cpp-best-practices / gui_starter_template

A template CMake project to get you started with C++ and tooling

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add docker support

sutyum opened this issue · comments

Adding docker support would make the developer environment expected by this starter project portable.

Setting up all the various executables expected by the cmake file is a little bit of a hinderance to productivity when setting up.

That's a good idea. I think I can do that; most of the work is already done in the CI builds. Give me a minute...

Apparently, there was already a dockerfile in #99, but you would never know that from the title of the PR. I haven't tried it.