2024-05-24 16:50:47 +00:00
|
|
|
FROM fedora:40
|
2019-09-17 05:03:02 +00:00
|
|
|
|
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
|
2024-09-19 10:05:56 +00:00
|
|
|
RUN dnf install -y python3-sqlalchemy python3-alembic python3-beautifulsoup4 \
|
2019-09-26 16:39:40 +00:00
|
|
|
python3-chardet python3-enchant python3-lxml python3-pyxdg python3-pytest python3-websockets \
|
2024-09-19 10:05:56 +00:00
|
|
|
python3-platformdirs python3-webob python3-QtAwesome python3-waitress \
|
2019-10-30 16:37:18 +00:00
|
|
|
python3-pyopengl python-pysword python3-requests python3-zeroconf python3-flake8 python3-flask \
|
2020-09-26 19:55:37 +00:00
|
|
|
python3-flask-cors python3-distro mediainfo patch xorg-x11-server-Xvfb ghostscript python3-pip \
|
2024-11-05 16:03:32 +00:00
|
|
|
python-PyMuPDF python3-qrcode python3-pyicu qt6-qtbase qt6-qtmultimedia pyside6-tools \
|
2024-09-19 10:05:56 +00:00
|
|
|
qt6-qtwebengine qt6-qtbase-gui qt6-qtwebchannel libatomic xwfb-run weston python3-pyside6
|
|
|
|
RUN pip install pytest-qt
|