Use the renamed QT ppa (with packages named the same)

This commit is contained in:
Aidan Hobson Sayers 2017-10-07 23:13:34 +01:00
parent 2bce9c8add
commit 38cbb42b58

View File

@ -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 \