Dockerfile: iptables is missing on alpine 3.19

This commit is contained in:
Philip H 2023-12-17 12:16:48 +01:00 committed by GitHub
parent e137419617
commit 219073b534
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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