1
0
mirror of https://gitlab.com/openlp/runners.git synced 2024-07-27 16:48:20 +00:00

Merge branch 'f40' into 'master'

Update Fedora for next Release

See merge request openlp/runners!40
This commit is contained in:
Raoul Snyman 2024-05-25 03:47:26 +00:00
commit 342de36902

View File

@ -1,4 +1,4 @@
FROM fedora:39
FROM fedora:40
RUN dnf install -y https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm \
https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm
@ -7,5 +7,6 @@ RUN dnf install -y python3-PyQt5 python3-qt5-webengine python3-sqlalchemy python
python3-platformdirs python3-webob python3-QtAwesome python3-waitress python3-vlc python3-pymediainfo \
python3-pyopengl python-pysword python3-requests python3-zeroconf python3-flake8 python3-flask \
python3-flask-cors python3-distro mediainfo patch xorg-x11-server-Xvfb ghostscript python3-pip \
python-PyMuPDF python3-qrcode python3-pillow-qt python3-pyicu
RUN pip install pytest-qt
python-PyMuPDF python3-qrcode python3-pillow-qt python3-pyicu qt6-qtbase qt6-qtmultimedia \
qt6-qtwebengine
RUN pip install pytest-qt PySide6