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