Update Dockerfile

This commit is contained in:
MarkusMcNugen 2018-02-11 20:44:31 -05:00 committed by GitHub
parent 5c242b5857
commit a24cfd92ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,6 +58,7 @@ RUN buildDeps=" \
&& make install \
&& cd /usr/src/qbittorrent/src/app \
&& patch -i /tmp/patches/main.patch && \
&& cd /usr/src/qbittorrent/ \
&& ./configure --disable-gui --prefix=/usr \
&& make -j$(nproc) \
&& make install \
@ -72,7 +73,7 @@ RUN buildDeps=" \
)" \
&& apk add --virtual .run-deps $runDeps gnutls-utils iptables \
&& apk del .build-deps \
&& rm -rf /var/cache/apk/*
&& rm -rf /var/cache/apk/* \
&& rm -rf /tmp/*
# Add configuration and scripts