From 35386d079262d1347d30f0991095b78f234c9c6e Mon Sep 17 00:00:00 2001 From: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Thu, 21 Dec 2023 19:35:36 +0100 Subject: [PATCH] Revert Dockerfile: switch from iptables to iptables-legacy it's need some more development --- Dockerfile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index ea45fdc..e00866f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -35,13 +35,10 @@ RUN npm i -g nodemon # Install Linux packages RUN apk add -U --no-cache \ - iptables-legacy \ + iptables \ wireguard-tools \ dumb-init -# Symlink iptables -RUN ln -s /sbin/iptables-legacy /sbin/iptables - # Expose Ports EXPOSE 51820/udp EXPOSE 51821/tcp