Update Dockerfile

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

View File

@ -57,7 +57,7 @@ RUN buildDeps=" \
&& ./configure --disable-debug --enable-encryption --prefix=/usr \
&& make install \
&& cd /usr/src/qbittorrent/src/app \
&& patch -i /tmp/patches/main.patch && \
&& patch -i /tmp/patches/main.patch \
&& cd /usr/src/qbittorrent/ \
&& ./configure --disable-gui --prefix=/usr \
&& make -j$(nproc) \