Updating files.
This commit is contained in:
parent
ca88addbe0
commit
57021a5fb6
5 changed files with 10 additions and 98 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue