mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-08-18 20:38:17 +02:00
Updated build process for Zabbix agent (windows)
This commit is contained in:
@@ -93,12 +93,6 @@ RUN Set-Location -Path $env:SystemDrive\.; `
|
||||
Write-Host 'Verifying install ("git version") ...'; `
|
||||
git version; `
|
||||
`
|
||||
Write-Host 'Installing 7z...'; `
|
||||
Start-Process `
|
||||
-FilePath $env:TEMP\7z.msi `
|
||||
-Wait `
|
||||
-ArgumentList '/qn /norestart'; `
|
||||
`
|
||||
Write-Host 'Installing Go Lang...'; `
|
||||
Expand-Archive -Path $env:TEMP\go-amd64.zip -DestinationPath $env:SystemDrive\; `
|
||||
`
|
||||
|
Reference in New Issue
Block a user