Skip to content

Docker container build on top off the official gcc image including cmake

License

Notifications You must be signed in to change notification settings

samson-jerome/gcc-cmake

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gcc-cmake

Docker container build on top off the official gcc image including cmake

This image is just an extension of official gcc image thus for the full documentation see the docs there.

How to use

In your sources directory call

docker run --rm -v `pwd`:/usr/src/myapp rikorose/gcc-cmake:<version> command

Where:

  • version - is version of gcc [4,5,6,7 (latest)]

About

Docker container build on top off the official gcc image including cmake

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%