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 <support@dmapps.us>2017-03-26 16:55:06 +0300
committerJonathan White <support@dmapps.us>2017-03-26 16:55:06 +0300
commit572212c374dfd2eab2971df7ab042d3f88fed26b (patch)
tree36d7899d5d4e78902ef5d6dacd55b29de218e7ec /Dockerfile
parente0c6981b40411743cb094a7a307178f6828d963a (diff)
Updated Dockerfile to meet new library requirements
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 9623b60dd..486546b6a 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -32,10 +32,11 @@ RUN set -x \
qt58base \
qt58tools \
qt58x11extras \
- libmicrohttpd-dev \
libxi-dev \
libxtst-dev \
zlib1g-dev \
+ libyubikey-dev \
+ libykpers-1-dev \
wget \
file \
fuse \