Dockerfile: fixup symlink of iptables

This commit is contained in:
Philip H 2023-12-21 19:18:46 +01:00 committed by GitHub
parent 10089cf622
commit 6ff6115e98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -40,8 +40,7 @@ RUN apk add -U --no-cache \
dumb-init
# Symlink iptables
RUN rm /sbin/iptables \
ln -s /sbin/iptables-legacy /sbin/iptables
RUN ln -s /sbin/iptables-legacy /sbin/iptables
# Expose Ports
EXPOSE 51820/udp