Docker image based on CentOS7
, installed gcc-6.5.0
compiler and running libraries(libstdc++
, etc.).
$ 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 .
gcc-6.5.0
libstdc++.so.6.0.22
git-2.x
cmake-3.14.1
DockerHub Repo: wangyoucao577/centos7-gcc6.5
docker pull wangyoucao577/centos7-gcc6.5