at Docker Hub: ricwein/cmake-gcc
This image contains the latest gcc (from gcc:latest) and cmake (from source).
At this time, the versions are:
program | version |
---|---|
gcc | 8.2 |
cmake | 3.12.1 |
docker run --rm -v $(pwd):/usr/src/myapp ricwein/cmake-gcc /bin/bash -c "cmake . && make"