1
0
mirror of https://gitlab.com/openlp/runners.git synced 2024-12-22 03:12:49 +00:00

Merge branch 'fed-cleanup' into 'master'

Fedora Cleanup

See merge request openlp/runners!46
This commit is contained in:
Tim Bentley 2024-09-19 20:27:52 +00:00
commit aae776e910

View File

@ -2,11 +2,11 @@ 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
RUN dnf install -y python3-PyQt5 python3-qt5-webengine python3-sqlalchemy python3-alembic python3-beautifulsoup4 \
RUN dnf install -y python3-sqlalchemy python3-alembic python3-beautifulsoup4 \
python3-chardet python3-enchant python3-lxml python3-pyxdg python3-pytest python3-websockets \
python3-platformdirs python3-webob python3-QtAwesome python3-waitress python3-vlc python3-pymediainfo \
python3-platformdirs python3-webob python3-QtAwesome python3-waitress \
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 qt6-qtbase qt6-qtmultimedia \
qt6-qtwebengine qt6-qtbase-gui qt6-qtwebchannel libatomic xwfb-run weston
RUN pip install pytest-qt PySide6
python-PyMuPDF python3-qrcode python3-pyicu qt6-qtbase qt6-qtmultimedia \
qt6-qtwebengine qt6-qtbase-gui qt6-qtwebchannel libatomic xwfb-run weston python3-pyside6
RUN pip install pytest-qt