2024-09-19 09:17:00 +00:00
|
|
|
FROM archlinux:base-20240818.0.255804
|
2019-10-06 00:26:28 +00:00
|
|
|
ENV LANG C.UTF-8
|
|
|
|
|
2024-09-19 09:17:00 +00:00
|
|
|
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
|