runners/Dockerfile.fedora

12 lines
945 B
Docker
Raw Permalink Normal View History

2024-02-14 15:08:19 +00:00
FROM fedora:39
2019-09-17 16:55:02 +00:00
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 \
python3-chardet python3-enchant python3-lxml python3-pyxdg python3-pytest python3-websockets \
2024-02-02 22:09:01 +00:00
python3-platformdirs python3-webob python3-QtAwesome python3-waitress python3-vlc python3-pymediainfo \
2019-10-30 16:37:18 +00:00
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 \
2023-01-08 21:23:12 +00:00
python-PyMuPDF python3-qrcode python3-pillow-qt python3-pyicu
2020-02-05 05:53:39 +00:00
RUN pip install pytest-qt