mirror of
https://github.com/MarkusMcNugen/docker-qBittorrentvpn
synced 2025-12-06 18:23:21 +00:00
Update Dockerfile
This commit is contained in:
@@ -58,6 +58,7 @@ RUN buildDeps=" \
|
|||||||
&& make install \
|
&& make install \
|
||||||
&& 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/ \
|
||||||
&& ./configure --disable-gui --prefix=/usr \
|
&& ./configure --disable-gui --prefix=/usr \
|
||||||
&& make -j$(nproc) \
|
&& make -j$(nproc) \
|
||||||
&& make install \
|
&& make install \
|
||||||
@@ -72,7 +73,7 @@ RUN buildDeps=" \
|
|||||||
)" \
|
)" \
|
||||||
&& apk add --virtual .run-deps $runDeps gnutls-utils iptables \
|
&& apk add --virtual .run-deps $runDeps gnutls-utils iptables \
|
||||||
&& apk del .build-deps \
|
&& apk del .build-deps \
|
||||||
&& rm -rf /var/cache/apk/*
|
&& rm -rf /var/cache/apk/* \
|
||||||
&& rm -rf /tmp/*
|
&& rm -rf /tmp/*
|
||||||
|
|
||||||
# Add configuration and scripts
|
# Add configuration and scripts
|
||||||
|
|||||||
Reference in New Issue
Block a user