mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2024-11-25 09:13:50 +01:00
Updated build process for Zabbix agent (windows)
This commit is contained in:
parent
f397aad663
commit
d36ffb2b12
@ -177,4 +177,7 @@ RUN Set-Location -Path $env:SystemDrive\.; `
|
||||
`
|
||||
Write-Host 'Removing downloaded...'; `
|
||||
Remove-Item -Force -Recurse $env:SystemDrive\msys64\*; `
|
||||
Remove-Item -Force -Recurse $env:TEMP\*;
|
||||
Remove-Item -Force -Recurse $env:TEMP\*; `
|
||||
tasklist; `
|
||||
get-process; `
|
||||
taskkill /F /FI "MODULES eq msys-2.0.dll"; `
|
||||
|
Loading…
Reference in New Issue
Block a user