Build system working with custom config files so I don't have to customize the script every time!
This commit is contained in:
parent
dd21b21829
commit
236a9c4bc5
7 changed files with 118 additions and 83 deletions
|
@ -12,7 +12,7 @@
|
|||
FROM ubuntu:noble
|
||||
|
||||
ARG DEBIAN_FRONTEND=noninteractive
|
||||
ARG PYSIDE2_VERSION=6.7.2
|
||||
ARG PYSIDE_VERSION=6.7.2
|
||||
|
||||
ENV TZ=Europe/Paris
|
||||
RUN apt-get update
|
||||
|
@ -22,5 +22,5 @@ RUN apt-get -y install make git rpm dh-python \
|
|||
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 -U setuptools # Upgrading packages that need fixes.
|
||||
RUN python3 -m pip install PySide6==$PYSIDE2_VERSION
|
||||
RUN python3 -m pip install PySide6==$PYSIDE_VERSION
|
||||
RUN apt clean
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue