mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2024-11-22 15:53:35 +01:00
Updated build process for Zabbix agent (windows)
This commit is contained in:
parent
9263fba4d9
commit
a5e1c55d30
@ -177,4 +177,5 @@ RUN Set-Location -Path $env:SystemDrive\.; `
|
||||
Get-ChildItem -Path """${env:ProgramFiles(x86)}\Microsoft Visual Studio\Installer""" -Directory -Recurse | Remove-Item -Force -Recurse; `
|
||||
`
|
||||
Write-Host 'Removing downloaded...'; `
|
||||
Remove-Item -Force -Recurse $env:SystemDrive\msys64; `
|
||||
Remove-Item -Force -Recurse $env:TEMP\*;
|
||||
|
Loading…
Reference in New Issue
Block a user