mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2024-12-23 14:59:00 +01:00
Updated build process for Zabbix agent (windows)
This commit is contained in:
parent
8e4f073438
commit
db3d19c6f1
@ -144,9 +144,9 @@ RUN Set-Location -Path $env:SystemDrive\.; `
|
|||||||
gcc -v; `
|
gcc -v; `
|
||||||
`
|
`
|
||||||
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; `
|
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; `
|
||||||
Invoke-WebRequest -UseBasicParsing -uri "https://github.com/msys2/msys2-installer/releases/download/nightly-x86_64/msys2-base-x86_64-latest.sfx.exe" -OutFile msys2.exe; `
|
Invoke-WebRequest -UseBasicParsing -uri "https://github.com/msys2/msys2-installer/releases/download/nightly-x86_64/msys2-base-x86_64-latest.sfx.exe" -OutFile $env:SystemDrive\msys2.exe; `
|
||||||
& msys2.exe -y -o$env:SystemDrive\; `
|
& $env:TEMP\msys2.exe -y -o"""$env:SystemDrive\""" | Out-Null; `
|
||||||
Remove-Item msys2.exe ; `
|
Remove-Item $env:SystemDrive\msys2.exe ; `
|
||||||
function msys() { C:\msys64\usr\bin\bash.exe @('-lc') + @Args; }; `
|
function msys() { C:\msys64\usr\bin\bash.exe @('-lc') + @Args; }; `
|
||||||
msys ' '; `
|
msys ' '; `
|
||||||
msys 'pacman --noconfirm -Syuu'; `
|
msys 'pacman --noconfirm -Syuu'; `
|
||||||
|
Loading…
Reference in New Issue
Block a user