Skip to content

Commit f0062d2

Browse files
asfernandesdyemanov
authored andcommitted
Fix Windows installer automation requiring non-installed files.
1 parent ec3b787 commit f0062d2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

builds/docker/windows/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ RUN `
2828
--add Microsoft.VisualStudio.Component.VC.ATLMFC `
2929
--add Microsoft.VisualStudio.Component.VC.Tools.x86.x64 `
3030
--add Microsoft.VisualStudio.Component.VC.CMake.Project `
31-
--add Microsoft.VisualStudio.Component.VC.Tools.x86.x64 `
31+
--add Microsoft.VisualStudio.Component.VC.Redist.14.Latest `
32+
--add Microsoft.VisualStudio.Component.VC.Redist.MSM `
3233
--add Microsoft.VisualStudio.Component.Windows10SDK.19041 `
3334
--add Microsoft.VisualStudio.ComponentGroup.NativeDesktop.Core `
3435
--add Microsoft.VisualStudio.Workload.NativeDesktop `

0 commit comments

Comments
 (0)