Skip to content

steve-downey/docker-cxx-dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

README

1 A base Dockerfile for C++ compilation and testing

This produces a base image with current versions of GCC and Clang suitable for building C++ projects.

It is intended as a base image for projects.

Currently provides, by default, gcc 12 and clang 14 with all associated tools, current CMake, ninja, and the build essential.

It is intended for building projects, not for deployment.

It is also not intended to host development, other than the build/test cycle.

You probably shouldn’t use it. Find or build a base image you trust.

About

Docker image for C++ Container Development

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published