Skip to content

Latest commit

 

History

History
 
 

centos7-gcc7.x

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

centos7-gcc7.x

Build Docker - centos7-gcc7.x
Docker image based on CentOS7, installed gcc-7.4.0 compiler and running libraries(libstdc++, etc.).

Build Image

$ cd docker/centos7-gcc7.x

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

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

Installed Tools

  • gcc-7.4.0
    • libstdc++.so.6.0.24
  • libtool-2.4.6
  • git-2.x
  • cmake-3.14.1
  • python2.7.16(default)
  • python3.7.3(run by python3)
  • go-1.12.5

Pull Image from DockerHub

DockerHub Repo: wangyoucao577/centos7-gcc7.4

docker pull wangyoucao577/centos7-gcc7.4

Author

[email protected]