Skip to content

n0madic/alpine-gcc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

The Alpine Docker image with latest GCC

This image is based on Alpine Linux image and contains C/C++ compiler (GCC 7/8/9).

Docker Hub images

$ docker pull n0madic/alpine-gcc:7.5.0
or
$ docker pull n0madic/alpine-gcc:8.4.0
or
$ docker pull n0madic/alpine-gcc:9.2.0

All versions can be seen on Docker Hub

Build image and usage

$ git clone https://github.com/n0madic/alpine-gcc.git
$ cd alpine-gcc
$ docker build --build-arg GCC_VERSION=7.5.0 -t alpine-gcc .
$ docker run --rm -it -v $(pwd):/src alpine-gcc

About

The Alpine Docker image with latest GCC compiler (C/C++)

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published