1
0
mirror of https://gitlab.com/openlp/runners.git synced 2024-12-22 11:22:48 +00:00
runners/Dockerfile.arch

12 lines
874 B
Docker
Raw Normal View History

FROM archlinux:base-20240818.0.255804
ENV LANG C.UTF-8
RUN pacman -Syyu --noconfirm git python qt6-multimedia qt6-multimedia-ffmpeg qt6-svg qt6-webchannel qt6-webengine \
qt6-websockets qt6-tools pyside6 python-dbus python-sqlalchemy python-alembic \
python-chardet python-lxml python-pyenchant python-beautifulsoup4 python-mako python-pip \
python-pytest python-pytest-cov python-websockets python-waitress python-requests \
python-qtawesome python-opengl python-platformdirs python-zeroconf python-distro \
python-pyicu python-pytest-qt python-qrcode python-pymupdf python-flask python-flask-cors \
pyalpm awk fakeroot flake8 patch xorg-server-xvfb
RUN pip install pysword --break-system-packages