Sign inSign up

cmbant/docker-gcc-build

By cmbant

Updated about 1 year ago

gcc and gfortran built from latest gcc git source.

Image
3

4.1K

cmbant/docker-gcc-build repository overview

Overview

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/

Usage

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.

Tag summary

Content type

Image

Digest

sha256:bb864521c

Size

466.2 MB

Last updated

over 1 year ago

docker pull cmbant/docker-gcc-build