mirror of
https://github.com/h44z/wg-portal.git
synced 2025-10-03 23:16:18 +00:00
Add curl,iptables,nftables into final image
This commit is contained in:
@@ -45,7 +45,7 @@ RUN CGO_ENABLED=0 GOARCH=${TARGETARCH} go build -o /build/dist/wg-portal \
|
|||||||
######
|
######
|
||||||
FROM alpine:3.19
|
FROM alpine:3.19
|
||||||
# Install OS-level dependencies
|
# Install OS-level dependencies
|
||||||
RUN apk add --no-cache bash openresolv
|
RUN apk add --no-cache bash curl iptables nftables openresolv
|
||||||
# Setup timezone
|
# Setup timezone
|
||||||
ENV TZ=Europe/Vienna
|
ENV TZ=Europe/Vienna
|
||||||
# Copy binaries
|
# Copy binaries
|
||||||
|
Reference in New Issue
Block a user