Update Dockerfile

This commit is contained in:
MarkusMcNugen
2018-02-11 19:56:08 -05:00
committed by GitHub
parent 7c4e992bc3
commit dfbc04ad14

View File

@@ -46,6 +46,7 @@ RUN buildDeps=" \
&& rm libtor.tar.gz* \ && rm libtor.tar.gz* \
&& rm qbittorrent.tar.gz* \ && rm qbittorrent.tar.gz* \
&& cd /usr/src/libtorrent/ \ && cd /usr/src/libtorrent/ \
&& ./autotool.sh \
&& 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 \ && ./configure --disable-debug \