mirror of
https://github.com/MarkusMcNugen/docker-qBittorrentvpn
synced 2024-11-25 20:14:58 +00:00
Update Dockerfile
This commit is contained in:
parent
1c976390e2
commit
d22e3b5ecb
@ -55,7 +55,7 @@ RUN buildDeps=" \
|
|||||||
&& export LDFLAGS=-L/opt/local/lib \
|
&& export LDFLAGS=-L/opt/local/lib \
|
||||||
&& export CXXFLAGS=-I/opt/local/include \
|
&& export CXXFLAGS=-I/opt/local/include \
|
||||||
&& ./configure --disable-debug --enable-encryption --prefix=/usr \
|
&& ./configure --disable-debug --enable-encryption --prefix=/usr \
|
||||||
&& make -j$(nproc)
|
&& make -j$(nproc) \
|
||||||
&& 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 \
|
||||||
|
Loading…
Reference in New Issue
Block a user