docker-wireguard/Dockerfile

8 lines
165 B
Text
Raw Normal View History

FROM ubuntu:20.04
2019-02-14 12:03:36 -08:00
RUN apt-get update && apt-get install -y openresolv iptables iproute2 wireguard
2019-02-14 12:03:36 -08:00
COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]