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:
authorJanek Bevendorff <janek@jbev.net>2017-01-23 00:39:05 +0300
committerJanek Bevendorff <janek@jbev.net>2017-01-25 15:22:21 +0300
commit1c12cd6b9e3159999098ca3d4e765104bb4e19f1 (patch)
tree15634f4650786b1166a10966b4476a94f9fd036c /Dockerfile
parent3c687d29d898a09ba5078ef0c6e5a4cc06bcf3b3 (diff)
Add wget, file, fuse and python for building AppImages inside the container
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 3aee19e3c..444009932 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -27,7 +27,11 @@ RUN set -x \
libqt5x11extras5-dev \
libxi-dev \
libxtst-dev \
- zlib1g-dev
+ zlib1g-dev \
+ wget \
+ file \
+ fuse \
+ python
VOLUME /keepassxc/src
VOLUME /keepassxc/out