Update Dockerfile

This commit is contained in:
MarkusMcNugen 2018-02-11 23:24:54 -05:00 committed by GitHub
parent 760440c839
commit 73d7b33ae2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ VOLUME /config
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 \
&& apk add --update bash openvpn iptables shadow apk-tools boost-system boost-thread ca-certificates unrar findutils
&& apk add --update bash openvpn iptables shadow apk-tools boost-system boost-thread ca-certificates unrar findutils perl
RUN usermod -u 99 nobody