Update Dockerfile

This commit is contained in:
MarkusMcNugen 2018-02-11 18:03:56 -05:00 committed by GitHub
parent 3ae5a341e7
commit 7723673193
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,11 +8,11 @@ MAINTAINER MarkusMcNugen
VOLUME /downloads VOLUME /downloads
VOLUME /config VOLUME /config
RUN usermod -u 99 nobody
RUN echo "http://dl-4.alpinelinux.org/alpine/edge/community/" >> /etc/apk/repositories \ RUN echo "http://dl-4.alpinelinux.org/alpine/edge/community/" >> /etc/apk/repositories \
&& echo "http://dl-4.alpinelinux.org/alpine/edge/testing/" >> /etc/apk/repositories \ && echo "http://dl-4.alpinelinux.org/alpine/edge/testing/" >> /etc/apk/repositories \
&& apk add --update bash openvpn iptables && apk add --update bash openvpn iptables shadow
RUN usermod -u 99 nobody
RUN buildDeps=" \ RUN buildDeps=" \
boost \ boost \