Skip to content

Docker image of latest gcc, build from master of the gcc git repository

Notifications You must be signed in to change notification settings

AlexLeSang/docker-gcc-master

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Docker Image CI

What is this?

Dockerfile for latest gcc (from 'master')

For whom is this usefull?

For people who want to get latest gcc compiler suite (gcc, g++, gfortran, go) without installing them into your system.

Docker image

GCC master docker hub

References and sources

GCC docker hub

Versioning

Version of the image comes from the following command:

docker run --rm -ti -w /usr/src/gcc gcc-trunk gcc --version | head -n1 | awk '{print $3,$4}' | tr ' ' '-'

About

Docker image of latest gcc, build from master of the gcc git repository

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published