Update Dockerfile

This commit is contained in:
MarkusMcNugen 2018-02-11 19:56:08 -05:00 committed by GitHub
parent 7c4e992bc3
commit dfbc04ad14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,6 +46,7 @@ RUN buildDeps=" \
&& rm libtor.tar.gz* \
&& rm qbittorrent.tar.gz* \
&& cd /usr/src/libtorrent/ \
&& ./autotool.sh \
&& export LDFLAGS=-L/opt/local/lib \
&& export CXXFLAGS=-I/opt/local/include \
&& ./configure --disable-debug \