Skip to content

Commit

Permalink
Add missing ATL include files for native builds to Windows image. (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisculy authored Nov 1, 2023
1 parent f44acc6 commit 9f3cebc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions windows/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ RUN `
&& start /w vs_BuildTools modify ^ `
--installPath "%ProgramFiles(x86)%\Microsoft Visual Studio\2022\BuildTools" ^ `
--add Microsoft.VisualStudio.Workload.VCTools ^ `
--add Microsoft.VisualStudio.Component.VC.ATL ^ `
--add Microsoft.VisualStudio.Component.VC.14.30.17.0.x86.x64 ^ `
--add Microsoft.VisualStudio.Component.VC.14.30.17.0.ATL ^ `
--add Microsoft.VisualStudio.Component.Windows10SDK.19041 ^ `
Expand Down

0 comments on commit 9f3cebc

Please sign in to comment.