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:
authorAidan Hobson Sayers <aidanhs@cantab.net>2017-10-08 01:13:34 +0300
committerAidan Hobson Sayers <aidanhs@cantab.net>2017-10-08 01:37:34 +0300
commit38cbb42b58f6ecb9cbd2b06d4d2c5c39bdc6d124 (patch)
treecac56591491fdbeed54eff7b8a6b52d35e367ef4 /Dockerfile
parent2bce9c8add07226e9a05e9e0fd0e5e66b236d5b6 (diff)
Use the renamed QT ppa (with packages named the same)
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 7da658219..60ba4ff57 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -23,10 +23,11 @@ RUN set -x \
RUN set -x \
&& add-apt-repository ppa:george-edison55/cmake-3.x
+ENV QT_PPA=qt591
ENV QT_VERSION=qt59
RUN set -x \
- && add-apt-repository --yes ppa:beineri/opt-${QT_VERSION}-trusty
+ && add-apt-repository --yes ppa:beineri/opt-${QT_PPA}-trusty
RUN set -x \