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 ec3b787 commit f0062d2Copy full SHA for f0062d2
builds/docker/windows/Dockerfile
@@ -28,7 +28,8 @@ RUN `
28
--add Microsoft.VisualStudio.Component.VC.ATLMFC `
29
--add Microsoft.VisualStudio.Component.VC.Tools.x86.x64 `
30
--add Microsoft.VisualStudio.Component.VC.CMake.Project `
31
- --add Microsoft.VisualStudio.Component.VC.Tools.x86.x64 `
+ --add Microsoft.VisualStudio.Component.VC.Redist.14.Latest `
32
+ --add Microsoft.VisualStudio.Component.VC.Redist.MSM `
33
--add Microsoft.VisualStudio.Component.Windows10SDK.19041 `
34
--add Microsoft.VisualStudio.ComponentGroup.NativeDesktop.Core `
35
--add Microsoft.VisualStudio.Workload.NativeDesktop `
0 commit comments