We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bf1441 commit 5a411bcCopy full SHA for 5a411bc
Dockerfile.windows
@@ -13,7 +13,7 @@ ENV DEPOT_TOOLS_WIN_TOOLCHAIN=0 \
13
14
# Install Windows 10 SDK
15
RUN powershell -c "Invoke-WebRequest -Uri 'https://go.microsoft.com/fwlink/?linkid=2313119' -OutFile winsdksetup.exe -UseBasicParsing ;"
16
-RUN winsdksetup.exe /features OptionId.WindowsDesktopDebuggers /q /norestart
+RUN winsdksetup.exe /features OptionId.WindowsDesktopDebuggers OptionId.DesktopCPPx64 /q /norestart
17
18
# Install Chocolatey & packages
19
RUN powershell.exe -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SETX PATH "%PATH%;%ALLUSERSPROFILE%\chocolatey\bin"
0 commit comments