synology-wireguard/Dockerfile
2019-03-22 14:37:41 +01:00

11 lines
190 B
Docker

FROM ubuntu:18.04
ENV IS_IN_CONTAINER 1
RUN apt-get update \
&& apt-get -qy install git python3 wget ca-certificates
COPY . /source/WireGuard
ENTRYPOINT exec /source/WireGuard/build.sh