synology-wireguard/Dockerfile

13 lines
232 B
Docker
Raw Permalink Normal View History

FROM ubuntu:latest
VOLUME [ "/toolkit_tarballs" ]
ENV IS_IN_CONTAINER 1
RUN apt-get update \
2022-05-03 04:17:52 +07:00
&& apt-get -qy install git python3 wget ca-certificates xz-utils
COPY . /source/WireGuard
ENTRYPOINT exec /source/WireGuard/build.sh