FROM alpine:3.16 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 1800 curl ip.me"