From bdecd14e03184bc6b4f6dd40dc30855cc44ebad9 Mon Sep 17 00:00:00 2001 From: Alexey Pustovalov Date: Sat, 9 Mar 2024 17:56:22 +0900 Subject: [PATCH] Fix for Windows build --- Dockerfiles/build-base/windows/Dockerfile.agent2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfiles/build-base/windows/Dockerfile.agent2 b/Dockerfiles/build-base/windows/Dockerfile.agent2 index ba5d5cc22..54ac4b4fe 100644 --- a/Dockerfiles/build-base/windows/Dockerfile.agent2 +++ b/Dockerfiles/build-base/windows/Dockerfile.agent2 @@ -207,7 +207,7 @@ RUN Set-Location -Path $env:SystemDrive\.; ` }; ` Write-Host 'Installing ...'; ` Start-Process $env:SystemDrive\setup.exe ` - -ArgumentList """-qnNdO -a x86_64 -R $env:SystemDrive\cygwin --site http://cygwin.mirror.constant.com -l $env:SystemDrive\cygwin\var\cache\setup --packages perl""" ` + -ArgumentList """-qnNdO -a x86_64 -R $env:SystemDrive\cygwin -l $env:SystemDrive\cygwin\var\cache\setup --packages perl""" ` -Wait ` -NoNewWindow; ` `