Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NKUCodingCat/84a8c049a19648f2b6ee6246890bf1f5 to your computer and use it in GitHub Desktop.
Save NKUCodingCat/84a8c049a19648f2b6ee6246890bf1f5 to your computer and use it in GitHub Desktop.
Dockerfile.xsm_lvliang_env_CentOS_6.6
FROM centos:6.6
RUN yum -y install yum install centos-release-scl
RUN yum -y install nano gcc devtoolset-7-gcc-c++ gcc-gfortran cmake glibc-static libstdc++-static
RUN echo -e "\nsource scl_source enable devtoolset-7 \n" >> /root/.bashrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment