We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73661c8 commit 16816e7Copy full SHA for 16816e7
containers/windows-server2022/Dockerfile
@@ -25,7 +25,6 @@ RUN powershell /tls-fix.ps1 ; Remove-Item -Force /tls-fix.ps1
25
RUN Set-ExecutionPolicy Unrestricted ; \
26
Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1')) ; \
27
choco install -y \
28
- sysinternals \
29
powershell-core \
30
azure-cli \
31
git \
0 commit comments