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

@ -8,7 +8,7 @@ ARG PYSIDE2_VERSION=5.15.2.1
ENV DEBIAN_FRONTEND noninteractive
ARG WINE_VERSION=winehq-staging
ARG PYTHON_VERSION=3.10.15 # Python3.10 are the last supported version of Python for PySide2.
ARG PYTHON_VERSION=3.10.11 # Python3.10 are the last supported version of Python for PySide2.
ARG PYINSTALLER_VERSION=5.0.1
# we need wine for this all to work, so we'll use the PPA