Dockerfile: switch from iptables to iptables-legacy

This commit is contained in:
Philip H. 2023-12-21 15:54:08 +00:00 committed by GitHub
parent 6aad72296c
commit b059ace86b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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