alpine-gcc

所属分类:编译器/解释器
开发工具:Dockerfile
文件大小:2KB
下载次数:0
上传日期:2022-08-10 18:51:04
上 传 者sh-1993
说明:  具有最新GCC编译器(C C++)的Alpine Docker映像
(The Alpine Docker image with latest GCC compiler (C C++))

文件列表:
Dockerfile (1923, 2022-08-08)

# The Alpine Docker image with latest GCC This image is based on Alpine Linux image and contains [C/C++ compiler](https://gcc.gnu.org/) (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](https://hub.docker.com/r/n0madic/alpine-gcc/tags) ## 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 ```

近期下载者

相关文件


收藏者