Fixed minor issues with Windows containers

This commit is contained in:
Alexey Pustovalov 2025-01-11 17:35:54 +09:00
parent 5dd6f26f30
commit d4e299377d

View File

@ -39,6 +39,8 @@ LABEL org.opencontainers.image.title="Zabbix agent 2 build (Windows)" `
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
RUN Set-Location -Path $env:SystemDrive\.; `
`
New-Item -ItemType directory -Path $env:ZBX_SOURCES_DIR | Out-Null; `