From 4d580cccfb2d43a2ae3bbfb1a3c1f3f9ed8b7a9b Mon Sep 17 00:00:00 2001 From: Khanh Ngo Date: Thu, 4 Jan 2024 10:46:15 +0100 Subject: [PATCH] add iptables package --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 33da3fa..c532e42 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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