Adding PySide6

This commit is contained in:
Adsooi 2023-05-23 05:46:30 +02:00
parent 57021a5fb6
commit a2725df22e
Signed by: Ad5001
GPG key ID: EF45F9C6AFE20160
3 changed files with 94 additions and 1 deletions

View file

@ -0,0 +1,10 @@
FROM ubuntu:jammy
ARG DEBIAN_FRONTEND=noninteractive
ARG PYSIDE2_VERSION=6.5.0
ENV TZ=Europe/Paris
RUN apt-get update
RUN apt-get -y install make git python3-pip qml-module-qtquick-controls2 qml-module-qtmultimedia qml-module-qtgraphicaleffects qml-module-qtquick2 xvfb xdotool wmctrl libxcb-cursor0
RUN python3 -m pip install PySide6==$PYSIDE2_VERSION
RUN apt clean