mirror of
https://gitlab.com/openlp/runners.git
synced 2024-12-22 11:22:48 +00:00
Raoul Snyman
657f0b7b86
- Add Angular runner image - Add Arch runner image - Only rebuild Docker images if the appropriate Dockerfile changes
11 lines
725 B
Docker
11 lines
725 B
Docker
FROM archlinux/base
|
|
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 \
|
|
python-opengl python-appdirs python-zeroconf python-pip flake8 mediainfo mupdf-tools \
|
|
xorg-server-xvfb pyalpm fakeroot patch awk
|
|
RUN pip install python-vlc pysword
|