devtoolset-container
devtoolset-container copied to clipboard
Missing `make` in centos/devtooset-7-toolchain-centos7
$ docker run -ti --rm -v $PWD:/opt/app-root/src:z centos/devtoolset-7-toolchain-centos7 make
/usr/bin/container-entrypoint: line 5: exec: make: not found
I have the same problem. The docs uses it as an example, but it's actually missing...
File a PR and add make here https://github.com/sclorg/devtoolset-container/blob/master/7-toolchain/Dockerfile#L24