Skip to content

Latest commit

 

History

History
 
 

centos7-gcc6.x

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

centos7-gcc6.x

Docker image based on CentOS7, installed gcc-6.5.0 compiler and running libraries(libstdc++, etc.).

Build Image

$ cd docker/centos7-gcc6.x

# parallel make
docker build -t wangyoucao577/centos7-gcc6.5 --build-arg MAKE_EXTRA_ARGS="-j" .

# OR single cpu make (default behavior), suitable for DockerHub Automated Build
docker build -t wangyoucao577/centos7-gcc6.5 .

Installed Tools

  • gcc-6.5.0
    • libstdc++.so.6.0.22
  • git-2.x
  • cmake-3.14.1

Pull Image from DockerHub

DockerHub Repo: wangyoucao577/centos7-gcc6.5

docker pull wangyoucao577/centos7-gcc6.5

Author

[email protected]