If the install.sh script fails it does not return a non-zero exit code. This is an issue when using it in a Docker build. If the installation threw an error it returns 0 as exit code and the docker build goes on when in fact it should stop immediately.
If the
install.sh
script fails it does not return a non-zero exit code. This is an issue when using it in a Docker build. If the installation threw an error it returns 0 as exit code and the docker build goes on when in fact it should stop immediately.