diff --git a/Dockerfile b/Dockerfile index 6d0a4c1..d925c0d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 + && apk add --update bash openvpn iptables shadow apk-tools boost-system boost-thread ca-certificates unrar findutils RUN usermod -u 99 nobody