Updating to pyside2 5.12.5, ubuntu version to hirsute, pyinstaller to 4.3, and python to 3.9.5/6

This commit is contained in:
Adsooi 2021-06-30 19:54:26 +02:00
parent d6ffcfc498
commit 64224e3439
Signed by: Ad5001
GPG key ID: EF45F9C6AFE20160
4 changed files with 91 additions and 16 deletions

View file

@ -1,7 +1,9 @@
FROM ubuntu:focal
FROM ubuntu:hirsute
ARG DEBIAN_FRONTEND=noninteractive
ARG PYSIDE2_VERSION=5.15.2
ENV TZ=Europe/Paris
RUN apt-get update
RUN apt-get -y install qt5-default make git python3-pip qml-module-qtquick-controls2 qml-module-qtmultimedia qml-module-qtgraphicaleffects qml-module-qtquick2 xvfb
RUN pip3 install PySide2
RUN apt-get -y install make git python3-pip qml-module-qtquick-controls2 qml-module-qtmultimedia qml-module-qtgraphicaleffects qml-module-qtquick2 xvfb
RUN pip3 install PySide2==$PYSIDE2_VERSION