We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ea5c7c commit e973a39Copy full SHA for e973a39
Dockerfile.wincore
@@ -19,6 +19,7 @@ RUN powershell -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "[S
19
&& del C:\vs_BuildTools.exe
20
21
# Chocolatey & Git
22
+ENV chocolateyVersion=1.4.0
23
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'))" && \
24
SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin" && \
25
%ALLUSERSPROFILE%\chocolatey\bin\choco.exe install -y git && \
0 commit comments