Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan White <droidmonkey@users.noreply.github.com>2018-02-07 15:10:56 +0300
committerGitHub <noreply@github.com>2018-02-07 15:10:56 +0300
commit490e92167db2b23e79d802e7b59cfe18ae3f8759 (patch)
tree313cf66e43676d1b00bfad447a143b6c5786b4cb /Dockerfile
parent61a3d5ffdaed27b3d1a2b92c9a0a79c2d68b917b (diff)
Replace qhttp client with curl for favicon downloading (#1460)
Replace qhttp client with curl for favicon downloading
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index 91eb6f395..0a5c464bd 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -16,7 +16,7 @@
FROM ubuntu:14.04
-ENV REBUILD_COUNTER=4
+ENV REBUILD_COUNTER=5
ENV QT5_VERSION=59
ENV QT5_PPA_VERSION=${QT5_VERSION}2
@@ -51,7 +51,8 @@ RUN set -x \
libxtst-dev \
mesa-common-dev \
libyubikey-dev \
- libykpers-1-dev
+ libykpers-1-dev \
+ libcurl4-openssl-dev
ENV CMAKE_PREFIX_PATH="/opt/qt${QT5_VERSION}/lib/cmake"
ENV CMAKE_INCLUDE_PATH="/opt/libgcrypt20-18/include:/opt/gpg-error-127/include"