mirror of
https://gitlab.com/openlp/runners.git
synced 2024-12-22 11:22:48 +00:00
Merge branch 'arch-pyside6' into 'master'
Update the archlinux runner to use pyside6 See merge request openlp/runners!45
This commit is contained in:
commit
d8e33e8782
@ -1,11 +1,11 @@
|
|||||||
FROM archlinux:base-20240101.0.204074
|
FROM archlinux:base-20240818.0.255804
|
||||||
ENV LANG C.UTF-8
|
ENV LANG C.UTF-8
|
||||||
|
|
||||||
RUN pacman -Syyu --noconfirm git python qt5-multimedia qt5-svg qt5-webengine qt5-webchannel qt5-tools python-pyqt5 \
|
RUN pacman -Syyu --noconfirm git python qt6-multimedia qt6-multimedia-ffmpeg qt6-svg qt6-webchannel qt6-webengine \
|
||||||
python-pyqt5-webengine python-dbus python-sqlalchemy python-alembic python-chardet \
|
qt6-websockets qt6-tools pyside6 python-dbus python-sqlalchemy python-alembic \
|
||||||
python-lxml python-pyenchant python-beautifulsoup4 python-mako python-pip python-pytest \
|
python-chardet python-lxml python-pyenchant python-beautifulsoup4 python-mako python-pip \
|
||||||
python-pytest-cov python-websockets python-waitress python-requests python-pymediainfo \
|
python-pytest python-pytest-cov python-websockets python-waitress python-requests \
|
||||||
python-qtawesome python-opengl python-platformdirs python-zeroconf python-distro python-pyicu \
|
python-qtawesome python-opengl python-platformdirs python-zeroconf python-distro \
|
||||||
python-pytest-qt python-qrcode python-pymupdf python-flask python-flask-cors pyalpm \
|
python-pyicu python-pytest-qt python-qrcode python-pymupdf python-flask python-flask-cors \
|
||||||
python-pillow awk fakeroot flake8 mediainfo patch xorg-server-xvfb
|
pyalpm awk fakeroot flake8 patch xorg-server-xvfb
|
||||||
RUN pip install python-vlc pysword --break-system-packages
|
RUN pip install pysword --break-system-packages
|
||||||
|
Loading…
Reference in New Issue
Block a user