mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-01-22 05:18:37 +01:00
Updated build process for Zabbix agent (windows)
This commit is contained in:
parent
f4279e1a41
commit
e293fd03ad
@ -149,7 +149,7 @@ RUN Set-Location -Path $env:SystemDrive\.; `
|
||||
# bash -lc 'pacman -Syu --noconfirm'; `
|
||||
bash -lc 'pacman --noconfirm -Syuu'; `
|
||||
bash -lc 'pacman --noconfirm -Syuu'; `
|
||||
bash -lc 'pacman --sync --quiet --noconfirm mingw-w64-ucrt-x86_64-cmake'; `
|
||||
# bash -lc 'pacman --sync --quiet --noconfirm mingw-w64-ucrt-x86_64-cmake'; `
|
||||
bash -lc 'pacman --noconfirm -Scc'; `
|
||||
`
|
||||
Write-Host 'Verifying install ("bash --version") ...'; `
|
||||
|
Loading…
Reference in New Issue
Block a user