Update docker/singlenode-wg/Dockerfile
This commit is contained in:
parent
e85f721e87
commit
9ea05ab7cf
|
@ -1,13 +1,8 @@
|
|||
FROM alpine:latest
|
||||
|
||||
RUN apk add --no-cache wireguard-tools iptables curl
|
||||
|
||||
COPY setup-wireguard.sh /usr/local/bin/setup-wireguard.sh
|
||||
COPY entrypoint.sh /usr/local/bin/entrypoint.sh
|
||||
|
||||
RUN chmod +x /usr/local/bin/setup-wireguard.sh \
|
||||
&& chmod +x /usr/local/bin/entrypoint.sh
|
||||
|
||||
RUN /usr/local/bin/setup-wireguard.sh
|
||||
|
||||
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]
|
Loading…
Reference in New Issue