Dockerfile: switch from iptables to iptables-legacy
This commit is contained in:
parent
6aad72296c
commit
b059ace86b
|
@ -35,7 +35,7 @@ RUN npm i -g nodemon
|
|||
|
||||
# Install Linux packages
|
||||
RUN apk add -U --no-cache \
|
||||
iptables \
|
||||
iptables-legacy \
|
||||
wireguard-tools \
|
||||
dumb-init
|
||||
|
||||
|
|
Loading…
Reference in New Issue