mirror of
https://github.com/MarkusMcNugen/docker-qBittorrentvpn
synced 2024-11-14 22:55:11 +00:00
Update Dockerfile
This commit is contained in:
parent
f62ed47d58
commit
0712d493a9
@ -78,7 +78,7 @@ RUN rm qbittorrent.tar.gz*
|
|||||||
WORKDIR /usr/src/qbittorrent/src/app
|
WORKDIR /usr/src/qbittorrent/src/app
|
||||||
RUN patch -i /tmp/patches/main.patch
|
RUN patch -i /tmp/patches/main.patch
|
||||||
WORKDIR /usr/src/qbittorrent/
|
WORKDIR /usr/src/qbittorrent/
|
||||||
RUN ./configure --disable-gui --prefix=/usr && make -j$(nproc) && make install
|
RUN ./configure --disable-gui --prefix=/usr && make install
|
||||||
WORKDIR /
|
WORKDIR /
|
||||||
RUN rm -rf /usr/src/libtorrent
|
RUN rm -rf /usr/src/libtorrent
|
||||||
RUN rm -rf /usr/src/qbittorrent
|
RUN rm -rf /usr/src/qbittorrent
|
||||||
|
Loading…
Reference in New Issue
Block a user