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:
authorvarjolintu <sami.vanttinen@protonmail.com>2017-12-12 11:15:23 +0300
committerJanek Bevendorff <janek@jbev.net>2018-01-04 23:42:20 +0300
commit06518c57361f366d7d4b00fc9cb441dae57174c5 (patch)
tree44373fe0eba4398a4cad67da4b3746cc3922d721 /Dockerfile
parenta7e6e4ef45874b93cfdc53510fb7d32bb207e401 (diff)
keepassxc-browser
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile6
1 files changed, 4 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index 66ecb4c04..c8c637c07 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -25,7 +25,8 @@ RUN set -x \
RUN set -x \
&& add-apt-repository ppa:beineri/opt-qt${QT5_PPA_VERSION}-trusty \
- && add-apt-repository ppa:phoerious/keepassxc
+ && add-apt-repository ppa:phoerious/keepassxc \
+ && LC_ALL=C.UTF-8 add-apt-repository ppa:ondrej/php
RUN set -x \
&& apt-get update -y \
@@ -46,7 +47,8 @@ RUN set -x \
libxtst-dev \
mesa-common-dev \
libyubikey-dev \
- libykpers-1-dev
+ libykpers-1-dev \
+ libsodium-dev
ENV CMAKE_PREFIX_PATH=/opt/qt${QT5_VERSION}/lib/cmake
ENV LD_LIBRARY_PATH=/opt/qt${QT5_VERSION}/lib