wg-docker/Dockerfile

10 lines
206 B
Text
Raw Permalink Normal View History

2022-11-28 21:38:36 +01:00
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"]