Merge branch 'add-flask-cors-to-arch-runner' into 'master'

Update Dockerfile.arch including flask-cors

See merge request openlp/runners!11
This commit is contained in:
Tomas Groth 2020-01-26 06:46:33 +00:00
commit 958dca09b5
1 changed files with 1 additions and 1 deletions

View File

@ -7,4 +7,4 @@ RUN pacman -Syyu --noconfirm git python qt5-multimedia qt5-svg qt5-webengine qt5
python-webob python-waitress python-requests python-pymediainfo python-qtawesome \
python-opengl python-appdirs python-zeroconf python-flask python-pip python-distro \
flake8 mediainfo mupdf-tools xorg-server-xvfb pyalpm fakeroot patch awk
RUN pip install python-vlc pysword
RUN pip install python-vlc pysword flask-cors