Update Dockerfile

This commit is contained in:
MarkusMcNugen
2018-02-11 21:02:17 -05:00
committed by GitHub
parent f6a8101b36
commit 9e60689be6

View File

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