Browse Source

Revert Dockerfile: switch from iptables to iptables-legacy

pull/687/head
Peter Lewis 1 year ago
committed by GitHub
parent
commit
abe7e45bc7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Dockerfile

2
Dockerfile

@ -35,7 +35,7 @@ RUN npm i -g nodemon
# Install Linux packages
RUN apk add -U --no-cache \
iptables-legacy \
iptables \
wireguard-tools \
dumb-init

Loading…
Cancel
Save