summaryrefslogtreecommitdiff
path: root/scripts/dev/ci/docker/Dockerfile.j2
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/dev/ci/docker/Dockerfile.j2')
-rw-r--r--scripts/dev/ci/docker/Dockerfile.j226
1 files changed, 13 insertions, 13 deletions
diff --git a/scripts/dev/ci/docker/Dockerfile.j2 b/scripts/dev/ci/docker/Dockerfile.j2
index 0ca7d330d..6a06faf82 100644
--- a/scripts/dev/ci/docker/Dockerfile.j2
+++ b/scripts/dev/ci/docker/Dockerfile.j2
@@ -10,19 +10,19 @@ RUN pacman -Su --noconfirm \
python-tox \
python-distlib \
{% if qt6 %}
- qt6-base \
- qt6-declarative \
- {% if webengine %}
- qt6-webengine python-pyqt6-webengine \
- {% else %}{{ 1/0 }}{% endif %}
- python-pyqt6 \
+ qt6-base \
+ qt6-declarative \
+ {% if webengine %}
+ qt6-webengine python-pyqt6-webengine \
+ {% else %}{{ 1/0 }}{% endif %}
+ python-pyqt6 \
{% else %}
- qt5-base \
- qt5-declarative \
- {% if webengine %}
- qt5-webengine python-pyqtwebengine \
- {% endif %}
- python-pyqt5 \
+ qt5-base \
+ qt5-declarative \
+ {% if webengine %}
+ qt5-webengine python-pyqtwebengine \
+ {% endif %}
+ python-pyqt5 \
{% endif %}
xorg-xinit \
xorg-server-xvfb \
@@ -56,4 +56,4 @@ WORKDIR /home/user
CMD git clone /outside qutebrowser.git && \
cd qutebrowser.git && \
- tox -e py
+ tox -e {% if qt6 %}py-qt6{% else %}py{% endif %}