Force the build of libcurl instead of using system one.

On ubuntu, the libcurl package is compiled with libkrb (kerberos).
However, no libkrb5.a is provided and so, we cannot link statically.

As we are not using kerberos, we can (and must) compile ourselves libcurl.
This commit is contained in:
Matthieu Gautier
2018-10-31 15:33:12 +01:00
parent 5a97ec28ca
commit 0600be96ac
4 changed files with 9 additions and 12 deletions

View File

@ -33,7 +33,6 @@ RUN \
ctpp2-utils \
libctpp2-dev \
libmicrohttpd-dev \
libcurl4-openssl-dev \
# Qt packages
libqt5gui5 \
qtbase5-dev \