mirror of
https://github.com/sstent/containers.git
synced 2026-01-25 16:41:51 +00:00
first
This commit is contained in:
13
dante/Dockerfile.wireguard
Normal file
13
dante/Dockerfile.wireguard
Normal file
@@ -0,0 +1,13 @@
|
||||
|
||||
FROM debian:stable
|
||||
# RUN echo 'http://dl-cdn.alpinelinux.org/alpine/edge/community' >> '/etc/apk/repositories'
|
||||
# RUN apk add --no-cache busybox musl dante-server
|
||||
|
||||
RUN apt-get update && apt-get install -y dante-server && rm -rf /var/lib/apt/lists/*
|
||||
ADD sockd.conf_wg /etc/sockd.conf
|
||||
ADD sockd.sh /usr/local/bin/
|
||||
RUN chmod a+x /usr/local/bin/sockd.sh
|
||||
|
||||
EXPOSE 1080
|
||||
|
||||
ENTRYPOINT ["/bin/sh","/usr/local/bin/sockd.sh"]
|
||||
Reference in New Issue
Block a user