From b059ace86b4490af2ea474ffd3b77e9b048273dc Mon Sep 17 00:00:00 2001 From: "Philip H." <47042125+pheiduck@users.noreply.github.com> Date: Thu, 21 Dec 2023 15:54:08 +0000 Subject: [PATCH] Dockerfile: switch from iptables to iptables-legacy --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e00866f..ecb2a35 100644 --- a/Dockerfile +++ b/Dockerfile @@ -35,7 +35,7 @@ RUN npm i -g nodemon # Install Linux packages RUN apk add -U --no-cache \ - iptables \ + iptables-legacy \ wireguard-tools \ dumb-init