Debian-based GCC dev image with CMake, Ninja, ccache, Python, Node.js, and embedded/debug tooling
495
Debian-based GCC development image built on top of the official gcc Docker image.
Intended for CI jobs, local builds, and VS Code dev containers that need a clean Linux
compiler environment.
This image is built from a Dockerfile that layers common native build and tooling
dependencies on top of the official gcc Docker image. It's designed to be a
drop-in compiler environment for CI pipelines, local development, and VS Code
Dev Containers, without requiring a manual GCC build from source.
On container start, an entrypoint banner prints the installed toolchain versions so you don't
need to re-discover what's available (set GCC_IMAGE_QUIET=1 to suppress it).
docker run --rm -it bbaskovc/g-gcc:15
Tags follow the upstream gcc image version (e.g. 15, 15.3). Build with
--build-arg GCC_VERSION=<version> to select a different base tag.
Content type
Image
Digest
sha256:720af1d07…
Size
676.9 MB
Last updated
6 days ago
docker pull bbaskovc/g-gcc