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

View File

@@ -35,6 +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 \
wireguard-tools \ wireguard-tools \
dumb-init dumb-init