add iptables package (#520)

This commit is contained in:
Khanh Ngo 2024-01-04 10:46:38 +01:00 committed by GitHub
parent b3c22aa81f
commit 46b09348e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -61,7 +61,7 @@ FROM alpine:3.19
RUN addgroup -S wgui && \
adduser -S -D -G wgui wgui
RUN apk --no-cache add ca-certificates wireguard-tools jq
RUN apk --no-cache add ca-certificates wireguard-tools jq iptables
WORKDIR /app