From 219073b53494ba7e0f25a68b4c89e2bcca26063b Mon Sep 17 00:00:00 2001 From: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Sun, 17 Dec 2023 12:16:48 +0100 Subject: [PATCH] Dockerfile: iptables is missing on alpine 3.19 --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index e5f3da9..4483f38 100644 --- a/Dockerfile +++ b/Dockerfile @@ -35,6 +35,7 @@ RUN npm i -g nodemon # Install Linux packages RUN apk add -U --no-cache \ + iptables \ wireguard-tools \ dumb-init