Add Qt Quick for Docker images

This is needed for #1891
This commit is contained in:
Florian Bruhin 2016-08-29 13:38:19 +02:00
parent bfbb2cc11f
commit 0b7a71e18e
3 changed files with 3 additions and 0 deletions

View File

@ -9,6 +9,7 @@ RUN pacman -Suyy --noconfirm \
git \ git \
python-tox \ python-tox \
qt5-base \ qt5-base \
qt5-declarative \
qt5-webkit \ qt5-webkit \
python-pyqt5 \ python-pyqt5 \
xorg-xinit \ xorg-xinit \

View File

@ -7,6 +7,7 @@ RUN apt-get -y update && \
apt-get -y dist-upgrade && \ apt-get -y dist-upgrade && \
apt-get -y install --no-install-recommends \ apt-get -y install --no-install-recommends \
python3-pyqt5 \ python3-pyqt5 \
python3-pyqt5.qtquick \
python3-pyqt5.qtwebkit \ python3-pyqt5.qtwebkit \
python-tox \ python-tox \
python3-sip \ python3-sip \

View File

@ -7,6 +7,7 @@ RUN apt-get -y update && \
apt-get -y dist-upgrade && \ apt-get -y dist-upgrade && \
apt-get -y install --no-install-recommends \ apt-get -y install --no-install-recommends \
python3-pyqt5 \ python3-pyqt5 \
python3-pyqt5.qtquick \
python3-pyqt5.qtwebkit \ python3-pyqt5.qtwebkit \
python-tox \ python-tox \
python3-sip \ python3-sip \