From ad5fcb95148267304dad187ef621264824ee5256 Mon Sep 17 00:00:00 2001 From: Tomas Groth Date: Thu, 19 Sep 2024 09:17:00 +0000 Subject: [PATCH] Update the archlinux runner to use pyside6 --- Dockerfile.arch | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Dockerfile.arch b/Dockerfile.arch index 83d21a2..b9d5495 100644 --- a/Dockerfile.arch +++ b/Dockerfile.arch @@ -1,11 +1,11 @@ -FROM archlinux:base-20240101.0.204074 +FROM archlinux:base-20240818.0.255804 ENV LANG C.UTF-8 -RUN pacman -Syyu --noconfirm git python qt5-multimedia qt5-svg qt5-webengine qt5-webchannel qt5-tools python-pyqt5 \ - python-pyqt5-webengine python-dbus python-sqlalchemy python-alembic python-chardet \ - python-lxml python-pyenchant python-beautifulsoup4 python-mako python-pip python-pytest \ - python-pytest-cov python-websockets python-waitress python-requests python-pymediainfo \ - python-qtawesome python-opengl python-platformdirs python-zeroconf python-distro python-pyicu \ - python-pytest-qt python-qrcode python-pymupdf python-flask python-flask-cors pyalpm \ - python-pillow awk fakeroot flake8 mediainfo patch xorg-server-xvfb -RUN pip install python-vlc pysword --break-system-packages +RUN pacman -Syyu --noconfirm git python qt6-multimedia qt6-multimedia-ffmpeg qt6-svg qt6-webchannel qt6-webengine \ + qt6-websockets qt6-tools pyside6 python-dbus python-sqlalchemy python-alembic \ + python-chardet python-lxml python-pyenchant python-beautifulsoup4 python-mako python-pip \ + python-pytest python-pytest-cov python-websockets python-waitress python-requests \ + python-qtawesome python-opengl python-platformdirs python-zeroconf python-distro \ + python-pyicu python-pytest-qt python-qrcode python-pymupdf python-flask python-flask-cors \ + pyalpm awk fakeroot flake8 patch xorg-server-xvfb +RUN pip install pysword --break-system-packages