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
|
# Install Linux packages
|
||||||
RUN apk add -U --no-cache \
|
RUN apk add -U --no-cache \
|
||||||
iptables \
|
iptables-legacy \
|
||||||
wireguard-tools \
|
wireguard-tools \
|
||||||
dumb-init
|
dumb-init
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue