mirror of
https://github.com/MarkusMcNugen/docker-qBittorrentvpn
synced 2024-11-14 22:55:11 +00:00
Update Dockerfile
This commit is contained in:
parent
3ae5a341e7
commit
7723673193
@ -8,11 +8,11 @@ MAINTAINER MarkusMcNugen
|
||||
VOLUME /downloads
|
||||
VOLUME /config
|
||||
|
||||
RUN usermod -u 99 nobody
|
||||
|
||||
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
|
||||
&& apk add --update bash openvpn iptables shadow
|
||||
|
||||
RUN usermod -u 99 nobody
|
||||
|
||||
RUN buildDeps=" \
|
||||
boost \
|
||||
|
Loading…
Reference in New Issue
Block a user