Fixing minor issues in the build

This commit is contained in:
Adsooi 2024-09-19 19:41:06 +02:00
parent 9fa96ef8dc
commit e5684bec4f
Signed by: Ad5001
GPG key ID: EF45F9C6AFE20160
4 changed files with 12 additions and 9 deletions

View file

@ -7,7 +7,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
RUN rm /usr/lib/python3.*/EXTERNALLY-MANAGED # Disable managed environment. We don't care about breaking system packages here.
RUN python3 -m pip install PySide6==$PYSIDE2_VERSION
RUN apt clean