1
0
mirror of https://github.com/zabbix/zabbix-docker.git synced 2025-07-09 02:58:23 +02:00

Using ADD instruction instead of PowerShell download

This commit is contained in:
Alexey Pustovalov
2024-12-27 17:23:51 +09:00
parent 7b8beabbf7
commit 9fc396072b

@ -54,7 +54,8 @@ ADD --checksum=sha256:a889ac9dbba3644271bd9d1302b5c22a088893719b72be3487bc3d401e
COPY modbus.vs16.* C:\build_src\libmodbus_project\ COPY modbus.vs16.* C:\build_src\libmodbus_project\
RUN --mount=from=config_templates,target=C:\conf \ RUN --mount=from=config_templates,target=C:\conf `
dir C:\conf; `
Set-Location -Path $env:SystemDrive\.; ` Set-Location -Path $env:SystemDrive\.; `
Get-ChildItem Env:; ` Get-ChildItem Env:; `
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; ` [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; `