This commit is contained in:
Peter Lewis
2023-12-21 19:53:30 +00:00
committed by GitHub
parent 80f619aa1d
commit 7a97b799ac

View File

@@ -35,10 +35,11 @@ RUN npm i -g nodemon
# Install Linux packages
RUN apk add -U --no-cache \
dpkg \
dumb-init \
iptables \
iptables-legacy \
wireguard-tools \
dumb-init
wireguard-tools
# Symlink iptables
RUN update-alternatives --install /sbin/iptables iptables /sbin/iptables-legacy 10 --slave /sbin/iptables-restore iptables-restore /sbin/iptables-legacy-restore --slave /sbin/iptables-save iptables-save /sbin/iptables-legacy-save