docker/windows: Pass a couple installargs to python3

From these, only PrependPath isn't enabled by default,
but its nice to explicitly enable the ones we need anyway.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2933>
This commit is contained in:
Jordan Petridis 2022-08-18 15:25:08 +03:00 committed by GStreamer Marge Bot
parent 8e3e6ddba3
commit 21ac55bac2
2 changed files with 2 additions and 2 deletions

View file

@ -26,7 +26,7 @@ variables:
###
FEDORA_TAG: '2022-07-31.0'
INDENT_TAG: '2022-03-07.1'
WINDOWS_TAG: "2022-07-31.0"
WINDOWS_TAG: "2022-08-18.0"
GST_UPSTREAM_REPO: 'gstreamer/gstreamer'
FDO_UPSTREAM_REPO: 'gstreamer/gstreamer'

View file

@ -16,7 +16,7 @@ RUN choco install -y cmake --installargs 'ADD_CMAKE_TO_PATH=System'
RUN choco install -y git --params '/NoAutoCrlf /NoCredentialManager /NoShellHereIntegration /NoGuiHereIntegration /NoShellIntegration'
RUN choco install -y git-lfs
RUN choco install -y 7zip
RUN choco install -y python3
RUN choco install -y python3 --installargs 'AssociateFiles=1 PrependPath=1 Include_pip=1 Include_dev=1'
RUN choco install -y msys2 --params '/NoPath /NoUpdate /InstallDir:C:\\msys64'
# Remove MAX_PATH limit of 260 characters