Update Dockerfile

This commit is contained in:
MarkusMcNugen
2018-02-11 18:02:53 -05:00
committed by GitHub
parent 84973906f2
commit 3ae5a341e7

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) \