Updating files.

This commit is contained in:
Adsooi 2022-05-12 02:12:16 +02:00
parent ca88addbe0
commit 57021a5fb6
Signed by: Ad5001
GPG key ID: EF45F9C6AFE20160
5 changed files with 10 additions and 98 deletions

View file

@ -1,9 +1,10 @@
FROM ubuntu:hirsute
FROM ubuntu:jammy
ARG DEBIAN_FRONTEND=noninteractive
ARG PYSIDE2_VERSION=5.15.2
ARG PYSIDE2_VERSION=5.15.2.1
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
RUN pip3 install PySide2==$PYSIDE2_VERSION
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
RUN python3 -m pip install PySide2==$PYSIDE2_VERSION
RUN apt clean