mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-01-20 20:38:36 +01:00
Merge pull request #1386 from zabbix/trunk_windows
Updated build process for Zabbix agent (windows)
This commit is contained in:
commit
0ecfcb841b
@ -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