From e94dc226b5ded11611e554da672f8cb56a531e0c Mon Sep 17 00:00:00 2001 From: Janek Bevendorff Date: Sun, 29 Jan 2017 02:23:55 +0100 Subject: [PATCH] Downgrade to Ubuntu 14.04 --- Dockerfile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 444009932..422e4da84 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,14 +14,16 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -FROM ubuntu:16.04 +FROM ubuntu:14.04 -RUN set -x && apt-get update RUN set -x \ + && apt-get update \ && apt-get install --yes \ + g++ \ cmake \ libgcrypt20-dev \ qtbase5-dev \ + qttools5-dev \ qttools5-dev-tools \ libmicrohttpd-dev \ libqt5x11extras5-dev \ @@ -32,7 +34,7 @@ RUN set -x \ file \ fuse \ python - + VOLUME /keepassxc/src VOLUME /keepassxc/out WORKDIR /keepassxc