diff --git a/Dockerfile b/Dockerfile index 83c7db240..a771b3227 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,8 @@ FROM ubuntu:18.04 +# Set shell +SHELL ["/bin/bash", "-o", "pipefail", "-c"] + # Docker RUN apt-get update && apt-get install -y \ apt-transport-https \