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>2018-01-04 23:52:29 +0300
committerJanek Bevendorff <janek@jbev.net>2018-01-05 00:56:03 +0300
commitd80c6b4b7d8ec9b7863ed077797c79567e5cc78e (patch)
treec739c6c086f3aa2a08e9ac6c3ce7fa235dc45760 /Dockerfile
parent06518c57361f366d7d4b00fc9cb441dae57174c5 (diff)
Update CI Dockerfile to include libsodium and bump minimum supported Qt version
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index c8c637c07..20d7ff352 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -61,6 +61,10 @@ RUN set -x \
libfuse2 \
wget
+RUN set -x \
+ && apt-get autoremove --purge \
+ && rm -rf /var/lib/apt/lists/*
+
VOLUME /keepassxc/src
VOLUME /keepassxc/out
WORKDIR /keepassxc