mirror of
https://gitlab.com/openlp/runners.git
synced 2024-12-22 11:22:48 +00:00
Add pyodbc to Debian runner so that some more tests will run
This commit is contained in:
parent
3edb5a2971
commit
632b11901d
@ -8,7 +8,8 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive \
|
||||
python3-websockets python3-webob python3-waitress python3-requests python3-pymediainfo \
|
||||
python3-qtawesome python3-opengl python3-appdirs python3-vlc python3-zeroconf python3-pip \
|
||||
python3-flake8 python3-flask python3-flask-cors python3-distro flake8 mediainfo xvfb \
|
||||
python3-pytestqt python3-paramiko twine python3-fitz python3-pyro4 python3-qrcode python3-icu
|
||||
python3-pytestqt python3-paramiko twine python3-fitz python3-pyro4 python3-qrcode python3-icu \
|
||||
python3-pyodbc
|
||||
ADD fixpaths.py /usr/bin/fixpaths
|
||||
RUN chmod a+x /usr/bin/fixpaths
|
||||
ADD uploadversion.py /usr/bin/uploadversion
|
||||
|
Loading…
Reference in New Issue
Block a user