From abe7e45bc709586304b7d42eac00a04af274412b Mon Sep 17 00:00:00 2001 From: Peter Lewis Date: Thu, 21 Dec 2023 17:11:54 +0000 Subject: [PATCH] Revert Dockerfile: switch from iptables to iptables-legacy --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ecb2a35..e00866f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -35,7 +35,7 @@ RUN npm i -g nodemon # Install Linux packages RUN apk add -U --no-cache \ - iptables-legacy \ + iptables \ wireguard-tools \ dumb-init