FROM alpine:3.16.3 # Released Nov 11, 2022 RUN apk add --no-cache \ openresolv iptables ip6tables iproute2 wireguard-tools openssh COPY ./entrypoint.sh /entrypoint.sh ENTRYPOINT ["/entrypoint.sh"]