Dockerfile: iptables is missing on alpine 3.19
This commit is contained in:
parent
e137419617
commit
219073b534
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue