Add curl,iptables,nftables into final image

This commit is contained in:
Dmytro Bondar 2024-03-04 11:10:09 +01:00
parent 9e1b6b6d91
commit c8989e1ca3
No known key found for this signature in database
GPG Key ID: C123CD37BBED8BB7

View File

@ -45,7 +45,7 @@ RUN CGO_ENABLED=0 GOARCH=${TARGETARCH} go build -o /build/dist/wg-portal \
######
FROM alpine:3.19
# Install OS-level dependencies
RUN apk add --no-cache bash openresolv
RUN apk add --no-cache bash curl iptables nftables openresolv
# Setup timezone
ENV TZ=Europe/Vienna
# Copy binaries