Browse Source

Fix hadolint DL4006

wernerfred 4 years ago
parent
commit
75734b1e04
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Dockerfile

+ 2 - 0
Dockerfile

@@ -20,6 +20,8 @@ RUN apt-get update -qq \
 
 WORKDIR /tmp
 
+SHELL ["/bin/bash", "-o", "pipefail", "-c"]
+
 RUN wget -q ${RAINLOOP_PGP_PUBLIC_KEY} \
     && wget -q ${RAINLOOP_URL_ASC} \
     && wget -q ${RAINLOOP_URL} \