Adding PySide6
This commit is contained in:
parent
57021a5fb6
commit
a2725df22e
3 changed files with 94 additions and 1 deletions
10
ubuntu-pyside6-xvfb/Dockerfile
Normal file
10
ubuntu-pyside6-xvfb/Dockerfile
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue