synology-wireguard/Dockerfile

11 lines
190 B
Docker
Raw Normal View History

FROM ubuntu:18.04
ENV IS_IN_CONTAINER 1
RUN apt-get update \
2019-03-22 20:37:41 +07:00
&& apt-get -qy install git python3 wget ca-certificates
COPY . /source/WireGuard
ENTRYPOINT exec /source/WireGuard/build.sh