mirror of
https://github.com/sstent/containers.git
synced 2025-12-06 08:01:51 +00:00
adding curl to dante
This commit is contained in:
@@ -3,7 +3,7 @@ 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/*
|
||||
RUN apt-get update && apt-get install -y dante-server curl && rm -rf /var/lib/apt/lists/*
|
||||
ADD sockd.conf_tun /etc/sockd.conf
|
||||
ADD sockd.sh /usr/local/bin/
|
||||
RUN chmod a+x /usr/local/bin/sockd.sh
|
||||
|
||||
@@ -3,7 +3,7 @@ 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/*
|
||||
RUN apt-get update && apt-get install -y dante-server curl && 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
|
||||
|
||||
Reference in New Issue
Block a user