Update Dockerfile

This commit is contained in:
MarkusMcNugen 2018-02-11 21:00:59 -05:00 committed by GitHub
parent d22e3b5ecb
commit f6a8101b36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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