Update Dockerfile

This commit is contained in:
MarkusMcNugen 2018-02-11 18:02:53 -05:00 committed by GitHub
parent 84973906f2
commit 3ae5a341e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,7 +45,7 @@ RUN buildDeps=" \
&& rm libtor.tar.gz* \
&& rm qbittorrent.tar.gz* \
&& cd /usr/src/libtorrent/ \
&& ./b2 install
&& ./b2 install \
&& cd /usr/src/qbittorrent/ \
&& ./configure --disable-gui \
&& make -j$(nproc) \