From 4108c138c1da16ec1558bcf8511cd0641b3dbb09 Mon Sep 17 00:00:00 2001 From: Charles Zablit Date: Tue, 9 Jun 2026 18:15:12 +0100 Subject: [PATCH] [windows][lldb] fix quotes stripping --- swift-ci/main/windows/lldb/1809/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swift-ci/main/windows/lldb/1809/Dockerfile b/swift-ci/main/windows/lldb/1809/Dockerfile index 6a10b9d9..6b971b9e 100644 --- a/swift-ci/main/windows/lldb/1809/Dockerfile +++ b/swift-ci/main/windows/lldb/1809/Dockerfile @@ -36,7 +36,7 @@ RUN Invoke-WebRequest -Uri https://www.python.org/ftp/python/3.13.0/python-3.13. Start-Process -FilePath .\\python.exe -Wait -ArgumentList \ '/quiet InstallAllUsers=1 PrependPath=1 Include_test=0'; \ Remove-Item -Force python.exe -RUN & "C:\Program Files\Python313\python.exe" -m pip install packaging==25.0 psutil==7.1.1 cryptography==47.0.0 +RUN python -m pip install packaging==25.0 psutil==7.1.1 cryptography==47.0.0 # CMake 3.31.8 RUN Invoke-WebRequest -Uri https://github.com/Kitware/CMake/releases/download/v3.31.8/cmake-3.31.8-windows-x86_64.msi -OutFile cmake.msi; \