From 4a5e5b285d108cd591d1fd3e94ea8892e5627caa Mon Sep 17 00:00:00 2001 From: Alexey Pustovalov Date: Tue, 21 May 2024 00:32:04 +0900 Subject: [PATCH] Updated build process for Zabbix agent (windows) --- Dockerfiles/build-base/windows/Dockerfile.agent2 | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfiles/build-base/windows/Dockerfile.agent2 b/Dockerfiles/build-base/windows/Dockerfile.agent2 index eaa401e06..5a91c8fe2 100644 --- a/Dockerfiles/build-base/windows/Dockerfile.agent2 +++ b/Dockerfiles/build-base/windows/Dockerfile.agent2 @@ -139,7 +139,6 @@ RUN Set-Location -Path $env:SystemDrive\.; ` ` Write-Host 'Installing Mingw-w64...'; ` 7z x $env:TEMP\mingw.7z; ` - compact /c /i /s:$env:SystemDrive\mingw64 | Out-Null; ` ` Write-Host 'Verifying install ("gcc -v") ...'; ` gcc -v; ` @@ -149,7 +148,6 @@ RUN Set-Location -Path $env:SystemDrive\.; ` bash -lc 'pacman -Syuu --needed --noconfirm --ask=20'; ` bash -lc 'pacman -Syu --noconfirm'; ` bash -lc 'pacman --sync --quiet --noconfirm mingw-w64-ucrt-x86_64-cmake'; ` - compact /c /i /s:$env:SystemDrive\msys64 | Out-Null; ` ` Write-Host 'Verifying install ("bash --version") ...'; ` bash --version; `