FROM alpine:latest RUN apk add --no-cache --upgrade bash grep iptables ip6tables wireguard-tools COPY /root / ENTRYPOINT ["/setup.sh"]