Fixing minor issues in the build
This commit is contained in:
parent
9fa96ef8dc
commit
e5684bec4f
4 changed files with 12 additions and 9 deletions
|
@ -1,4 +1,5 @@
|
|||
FROM ubuntu:jammy # Jammy uses python3.10 and not 3.12, which is not compatible with PySide2.
|
||||
FROM ubuntu:jammy
|
||||
# Jammy uses python3.10 and not 3.12, which is not compatible with PySide2.
|
||||
|
||||
ARG DEBIAN_FRONTEND=noninteractive
|
||||
ARG PYSIDE2_VERSION=5.15.2.1
|
||||
|
@ -7,8 +8,7 @@ ENV TZ=Europe/Paris
|
|||
RUN apt-get update
|
||||
RUN apt-get -y install make git rpm dh-python \
|
||||
xvfb xdotool wmctrl \
|
||||
python3 python3-pip python3-stdeb python-all python3-requests python3-packaging python3-pip python3-pytest python3-pytest-cov python3-pytestqt \
|
||||
python3 python3-pip python3-stdeb python3-requests python3-packaging python3-pip python3-pytest python3-pytest-cov python3-pytestqt \
|
||||
qml-module-qtquick-controls2 qml-module-qtmultimedia qml-module-qtgraphicaleffects qml-module-qtquick2 qml-module-qtqml-models2 qml-module-qtquick-controls
|
||||
RUN rm /usr/lib/python3.*/EXTERNALLY-MANAGED # Disable managed environment. We don't care about breaking system packages here.
|
||||
RUN python3 -m pip install PySide2==$PYSIDE2_VERSION
|
||||
RUN apt clean
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue