diff --git a/Dockerfile b/Dockerfile index c39f58e..15defa8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,6 +9,8 @@ ARG arch=amd64 ENV DEBIAN_FRONTEND=noninteractive +SHELL [ "/bin/bash", "-euxo", "pipefail", "-c" ] + RUN <