StefanScherer / dockerfiles-windows

Various Dockerfiles for Windows Containers
MIT License
1.11k stars 396 forks source link

Which dockerfile to run c++ #461

Open mraslam0543 opened 2 years ago

mraslam0543 commented 2 years ago

Hi,

Please suggest which Dockerfile to use for a C++ application.

Regards

StefanScherer commented 2 years ago

Hi @mraslam0543,

Maybe the msbuild example should do it -> https://github.com/StefanScherer/dockerfiles-windows/tree/main/msbuild and installs the C++ build tools.