Browse Source

Dockerfile: fixup symlink of iptables

pull/688/head
Philip H 1 year ago
committed by GitHub
parent
commit
6ff6115e98
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      Dockerfile

3
Dockerfile

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

Loading…
Cancel
Save