mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-05-29 22:30:24 +02:00
Updated build process for Zabbix agent (windows)
This commit is contained in:
parent
ba1985f8d9
commit
d9fbeff23c
@ -146,9 +146,9 @@ RUN Set-Location -Path $env:SystemDrive\.; `
|
||||
`
|
||||
Write-Host 'Installing MSYS2...'; `
|
||||
& $env:TEMP\msys2.sfx.exe -y -o"""$env:SystemDrive\""" | Out-Null; `
|
||||
sh --login -c 'pacman -Syuu --needed --noconfirm --ask=20'; `
|
||||
sh --login -c 'pacman -Syu --noconfirm'; `
|
||||
sh --login -c 'pacman --sync --quiet --noconfirm mingw-w64-ucrt-x86_64-cmake'; `
|
||||
# sh --login -c 'pacman -Syuu --needed --noconfirm --ask=20'; `
|
||||
# sh --login -c 'pacman -Syu --noconfirm'; `
|
||||
# sh --login -c 'pacman --sync --quiet --noconfirm mingw-w64-ucrt-x86_64-cmake'; `
|
||||
compact /c /i /s:$env:SystemDrive\msys64 | Out-Null; `
|
||||
`
|
||||
Write-Host 'Verifying install ("sh --version") ...'; `
|
||||
|
Loading…
x
Reference in New Issue
Block a user