mirror of
https://github.com/MarkusMcNugen/docker-qBittorrentvpn
synced 2024-11-25 12:04:58 +00:00
Update Dockerfile
This commit is contained in:
parent
d1506d9426
commit
6997adb6bc
@ -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) \
|
||||||
|
Loading…
Reference in New Issue
Block a user