summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorJordan Petridis <jordan@centricular.com>2022-08-18 15:25:08 +0300
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>2022-08-26 15:56:47 +0000
commit21ac55bac222f3ba806f872772ba03144c83bde9 (patch)
tree7cd94d868757f2183c1116c25ba036274fbf84f3 /ci
parent8e3e6ddba3edbb8fc628c54249e277311177568c (diff)
downloadgstreamer-21ac55bac222f3ba806f872772ba03144c83bde9.tar.gz
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>
Diffstat (limited to 'ci')
-rw-r--r--ci/docker/windows/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/docker/windows/Dockerfile b/ci/docker/windows/Dockerfile
index d6628b7afd..eefa8b55c5 100644
--- a/ci/docker/windows/Dockerfile
+++ b/ci/docker/windows/Dockerfile
@@ -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