Add twine to the Debian Docker image

This commit is contained in:
Raoul Snyman 2020-04-23 23:39:17 -07:00
parent 195058a8fb
commit ff26722885
Signed by: raoul
GPG Key ID: F55BCED79626AE9C
1 changed files with 1 additions and 1 deletions

View File

@ -8,6 +8,6 @@ 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 mupdf-tools xvfb \
python3-pytestqt
python3-pytestqt twine
ADD fixpaths.py /usr/bin/fixpaths
RUN chmod a+x /usr/bin/fixpaths