2022-02-02 22:35:20 +00:00
|
|
|
FROM archlinux:base-20220130.0.46058
|
2019-10-06 00:26:28 +00:00
|
|
|
ENV LANG C.UTF-8
|
|
|
|
|
|
|
|
RUN pacman -Syyu --noconfirm git python qt5-multimedia qt5-svg qt5-webengine qt5-webchannel qt5-tools python-pyqt5 \
|
|
|
|
python-dbus python-sqlalchemy python-alembic python-chardet python-lxml python-pyenchant \
|
|
|
|
python-beautifulsoup4 python-mako python-pytest python-pytest-cov python-websockets \
|
|
|
|
python-webob python-waitress python-requests python-pymediainfo python-qtawesome \
|
2019-12-03 20:00:19 +00:00
|
|
|
python-opengl python-appdirs python-zeroconf python-flask python-pip python-distro \
|
2022-02-10 17:09:17 +00:00
|
|
|
flake8 mediainfo xorg-server-xvfb pyalpm fakeroot patch awk python-pytest-qt \
|
|
|
|
python-qrcode
|
2020-09-26 19:55:37 +00:00
|
|
|
RUN pip install python-vlc pysword flask-cors PyMuPDF
|