docker-wireguard/Dockerfile

8 lines
165 B
Docker
Raw Normal View History

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