hippocampus: wireguard-container: fix iptables raw

This commit is contained in:
2026-04-20 16:53:11 -04:00
parent 09e1b22f5d
commit a34551b0c1

View File

@@ -1,5 +1,17 @@
FROM alpine:3.16
RUN apk add --no-cache bash wireguard-tools jq curl git ncurses
RUN apk add --no-cache bash jq curl git ncurses \
bc \
coredns \
grep \
iproute2 \
iptables \
ip6tables \
iputils \
kmod \
net-tools \
nftables \
openresolv \
wireguard-tools
RUN git clone https://github.com/pia-foss/manual-connections /manual-connections
WORKDIR /manual-connections
CMD bash -c "/manual-connections/run_setup.sh && watch -n 60 curl ip.me"
CMD bash -c "/manual-connections/run_setup.sh && watch -n 1800 curl ip.me"