gcc and gfortran built from latest gcc git source.
4.1K
This repository has the Dockerfile for source build gcc from the very latest master trunk.
Other branches give the latest builds of specific gcc versions that may be more stable.
Corresponding auto-build docker available at https://registry.hub.docker.com/u/cmbant/docker-gcc-build/
To make an interactive shell ready for compiling you local code at /local/code/source do
docker run -v /local/code/source:/virtual/path -i -t cmbant/docker-gcc-build:devel /bin/bash
Navigating into /virtual/path in the bash shell, you can then run make etc as normal, acting on your local files.
Content type
Image
Digest
sha256:bb864521c…
Size
466.2 MB
Last updated
over 1 year ago
docker pull cmbant/docker-gcc-build