Replace qhttp client with curl for favicon downloading (#1460)

Replace qhttp client with curl for favicon downloading
This commit is contained in:
Jonathan White 2018-02-07 07:10:56 -05:00 committed by GitHub
parent 61a3d5ffda
commit 490e92167d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 87 additions and 194 deletions

View file

@ -43,6 +43,7 @@ RUN set -x \
libgcrypt20-18-dev \
libargon2-0-dev \
libsodium-dev \
libcurl4-openssl-dev \
qt${QT5_VERSION}base \
qt${QT5_VERSION}tools \
qt${QT5_VERSION}x11extras \