mirror of
https://github.com/ngoduykhanh/wireguard-ui.git
synced 2025-04-18 19:49:30 +03:00
add iptables package (#520)
This commit is contained in:
parent
b3c22aa81f
commit
46b09348e3
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ FROM alpine:3.19
|
||||||
RUN addgroup -S wgui && \
|
RUN addgroup -S wgui && \
|
||||||
adduser -S -D -G wgui wgui
|
adduser -S -D -G wgui wgui
|
||||||
|
|
||||||
RUN apk --no-cache add ca-certificates wireguard-tools jq
|
RUN apk --no-cache add ca-certificates wireguard-tools jq iptables
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue