Browse Source

Dockerfile: separate Symlink task

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

6
Dockerfile

@ -37,8 +37,10 @@ RUN npm i -g nodemon
RUN apk add -U --no-cache \
iptables-legacy \
wireguard-tools \
dumb-init &&\
rm /sbin/iptables &&\
dumb-init
# Symlink iptables
RUN rm /sbin/iptables \
ln -s /sbin/iptables-legacy /sbin/iptables
# Expose Ports

Loading…
Cancel
Save