Add explicit pipefail and bash shell to all Dockerfiles

This commit is contained in:
Ayaz Salikhov
2022-03-17 13:07:47 +02:00
parent a0034964d6
commit d35992de68
9 changed files with 27 additions and 5 deletions

View File

@@ -6,7 +6,8 @@ FROM $BASE_CONTAINER
LABEL maintainer="Jupyter Project <jupyter@googlegroups.com>"
# Fix DL4006
# Fix: https://github.com/hadolint/hadolint/wiki/DL4006
# Fix: https://github.com/koalaman/shellcheck/wiki/SC3014
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# Install Tensorflow