aboutsummaryrefslogtreecommitdiffhomepage
path: root/protoc-artifacts/scl-enable-devtoolset.sh
Commit message (Collapse)AuthorAge
* protoc-artifacts: Use ENTRYPOINT to enable devtoolset-1.1Gravatar Eric Anderson2018-03-28
ENTRYPOINT is used even when other commands are specified on the "docker run" command line. This allows running one-off commands in the docker image (especially combined with volume binding with the host) with the correct environment variables.