Skip to content

Commit

Permalink
refactor: install dante-server from main alpine repo
Browse files Browse the repository at this point in the history
  • Loading branch information
kizzx2 committed Sep 27, 2020
1 parent 4ac1f66 commit fb722dd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ FROM alpine
COPY sockd.sh /usr/local/bin/

RUN true \
&& echo "http:https://dl-4.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories \
&& apk add --update-cache dante-server openvpn bash openresolv openrc \
&& rm -rf /var/cache/apk/* \
&& chmod a+x /usr/local/bin/sockd.sh \
Expand Down

0 comments on commit fb722dd

Please sign in to comment.