Skip to content

Commit be74e02

Browse files
committed
dockerfile: windows: reduced set of installed build tools
Signed-off-by: Marat Abrarov <abrarov@gmail.com>
1 parent 6aa60cd commit be74e02

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

dockerfiles/Dockerfile.windows

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,7 @@ RUN $msvs_build_tools_dist_name=\"vs_buildtools.exe\"; `
4747
\"--channelUri ${msvs_build_tools_channel}\", `
4848
\"--installChannelUri ${msvs_build_tools_channel}\", `
4949
'--add Microsoft.VisualStudio.Workload.VCTools', `
50-
'--add Microsoft.VisualStudio.Workload.MSBuildTools', `
5150
'--add Microsoft.VisualStudio.Component.VC.Tools.x86.x64', `
52-
'--add Microsoft.VisualStudio.Component.VC.CoreBuildTools', `
53-
'--add Microsoft.VisualStudio.Component.VC.MSVC.143', `
5451
'--add Microsoft.VisualStudio.Component.Windows10SDK.19041' `
5552
-NoNewWindow -Wait -PassThru; `
5653
if (${p}.ExitCode -ne 0 -and ${p}.ExitCode -ne 3010) { `

0 commit comments

Comments
 (0)