A basic installation for shellcheck using docker
make build
Taken from here
docker pull koalaman/shellcheck:stable # Or :v0.4.7 for that version, or :latest for daily builds
docker run -v "$PWD:/mnt" koalaman/shellcheck myscript
# Copy the file to the current directory
make run FILE=./shell.sh