Revert Dockerfile: switch from iptables to iptables-legacy

it's need some more development
This commit is contained in:
Philip H 2023-12-21 19:35:36 +01:00 committed by GitHub
parent 6ff6115e98
commit 35386d0792
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 4 deletions

View File

@ -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