Update Dockerfile

This commit is contained in:
MarkusMcNugen 2021-03-23 03:09:42 -04:00 committed by GitHub
parent f62ed47d58
commit 0712d493a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -78,7 +78,7 @@ RUN rm qbittorrent.tar.gz*
WORKDIR /usr/src/qbittorrent/src/app
RUN patch -i /tmp/patches/main.patch
WORKDIR /usr/src/qbittorrent/
RUN ./configure --disable-gui --prefix=/usr && make -j$(nproc) && make install
RUN ./configure --disable-gui --prefix=/usr && make install
WORKDIR /
RUN rm -rf /usr/src/libtorrent
RUN rm -rf /usr/src/qbittorrent