Skip to content

Commit 5a411bc

Browse files
committed
update winsdk install
1 parent 0bf1441 commit 5a411bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.windows

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ENV DEPOT_TOOLS_WIN_TOOLCHAIN=0 \
1313

1414
# Install Windows 10 SDK
1515
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
16+
RUN winsdksetup.exe /features OptionId.WindowsDesktopDebuggers OptionId.DesktopCPPx64 /q /norestart
1717

1818
# Install Chocolatey & packages
1919
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

Comments
 (0)