Update Dockerfile

This commit is contained in:
MarkusMcNugen 2018-02-11 18:05:14 -05:00 committed by GitHub
parent 7723673193
commit 914c1f804f
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 \ 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 shadow && apk add --update bash openvpn iptables shadow apktools
RUN usermod -u 99 nobody RUN usermod -u 99 nobody
@ -45,7 +45,7 @@ RUN buildDeps=" \
&& rm libtor.tar.gz* \ && rm libtor.tar.gz* \
&& rm qbittorrent.tar.gz* \ && rm qbittorrent.tar.gz* \
&& cd /usr/src/libtorrent/ \ && cd /usr/src/libtorrent/ \
&& ./b2 install \ && b2 install \
&& cd /usr/src/qbittorrent/ \ && cd /usr/src/qbittorrent/ \
&& ./configure --disable-gui \ && ./configure --disable-gui \
&& make -j$(nproc) \ && make -j$(nproc) \