Na aula 6 (Build de imagem) no passo
Validando a sintaxe do Dockerfile
docker run --rm -i hadolint/hadolint < Dockerfile
Na hora de construir o projeto está dando o seguinte erro:
[jenkins-todo-list-principal] $ /bin/sh -xe /tmp/jenkins8330316765083121469.sh
- docker run --rm -i hadolint/hadolint /tmp/jenkins8330316765083121469.sh: line 2: docker: command not found Build step 'Execute shell' marked build as failure Finished: FAILURE
Tirando a BUILD (executar shell) funciona sem problema.