Update Dockerfile

This commit is contained in:
MarkusMcNugen 2018-02-11 22:28:40 -05:00 committed by GitHub
parent d1506d9426
commit 6997adb6bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,7 +58,7 @@ RUN buildDeps=" \
&& tar -xzf qbittorrent.tar.gz -C /usr/src/qbittorrent --strip-components=1 \ && tar -xzf qbittorrent.tar.gz -C /usr/src/qbittorrent --strip-components=1 \
&& rm qbittorrent.tar.gz* \ && rm qbittorrent.tar.gz* \
&& cd /usr/src/qbittorrent/src/app \ && cd /usr/src/qbittorrent/src/app \
&& patch -i /tmp/patches/main.patch && \ && patch -i /tmp/patches/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) \