mirror of
https://gitlab.com/openlp/runners.git
synced 2024-12-22 03:12:49 +00:00
8 lines
537 B
Docker
8 lines
537 B
Docker
FROM fedora
|
|
|
|
RUN dnf install -y python3-PyQt5 python3-qt5-webkit python3-qt5-webengine python3-sqlalchemy python3-alembic \
|
|
python3-beautifulsoup4 python3-chardet python3-enchant python3-lxml python3-pyxdg python3-pytest \
|
|
python3-websockets python3-appdirs python3-webob python3-QtAwesome python3-waitress \
|
|
python3-pymediainfo python3-pyopengl python3-pylint python-pysword python3-requests \
|
|
mediainfo patch xorg-x11-server-Xvfb python3-vlc python3-zeroconf
|