Skip to content

Commit e973a39

Browse files
Fix windows build
1 parent 8ea5c7c commit e973a39

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile.wincore

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ RUN powershell -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "[S
1919
&& del C:\vs_BuildTools.exe
2020

2121
# Chocolatey & Git
22+
ENV chocolateyVersion=1.4.0
2223
RUN powershell -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "[System.Net.ServicePointManager]::SecurityProtocol = 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && \
2324
SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin" && \
2425
%ALLUSERSPROFILE%\chocolatey\bin\choco.exe install -y git && \

0 commit comments

Comments
 (0)