mirror of
https://gitlab.com/openlp/runners.git
synced 2024-11-21 02:54:05 +00:00
Update the archlinux runner to use pyside6
This commit is contained in:
parent
0f630f5a99
commit
ad5fcb9514
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user