Skip to content

Commit

Permalink
Fix Windows installer automation requiring non-installed files.
Browse files Browse the repository at this point in the history
  • Loading branch information
asfernandes authored and dyemanov committed Sep 28, 2023
1 parent ec3b787 commit f0062d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion builds/docker/windows/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ RUN `
--add Microsoft.VisualStudio.Component.VC.ATLMFC `
--add Microsoft.VisualStudio.Component.VC.Tools.x86.x64 `
--add Microsoft.VisualStudio.Component.VC.CMake.Project `
--add Microsoft.VisualStudio.Component.VC.Tools.x86.x64 `
--add Microsoft.VisualStudio.Component.VC.Redist.14.Latest `
--add Microsoft.VisualStudio.Component.VC.Redist.MSM `
--add Microsoft.VisualStudio.Component.Windows10SDK.19041 `
--add Microsoft.VisualStudio.ComponentGroup.NativeDesktop.Core `
--add Microsoft.VisualStudio.Workload.NativeDesktop `
Expand Down

0 comments on commit f0062d2

Please sign in to comment.