mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-12-25 23:39:45 -05:00
Use the renamed QT ppa (with packages named the same)
This commit is contained in:
parent
2bce9c8add
commit
38cbb42b58
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user