mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-05-06 17:14:46 +02:00
Updated build process for Zabbix agent (windows)
This commit is contained in:
parent
f546633dfc
commit
00b02522a2
@ -264,4 +264,5 @@ RUN Set-Location -Path $env:SystemDrive\.; `
|
||||
Write-Host 'Removing downloaded...'; `
|
||||
Remove-Item -Force -Recurse $env:SystemDrive\msys64; `
|
||||
Remove-Item -Force -Recurse $env:SystemDrive\mingw64; `
|
||||
Remove-Item -Force -Recurse $env:TEMP\*;
|
||||
Remove-Item -Force -Recurse $env:TEMP\*; `
|
||||
Write-Host 'Building completed ...';
|
||||
|
Loading…
Reference in New Issue
Block a user