Browse Source

Dockerfile: iptables is missing on alpine 3.19

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

1
Dockerfile

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

Loading…
Cancel
Save