From b6a38f79e34845cecc1df908b9ed2c314dd82d63 Mon Sep 17 00:00:00 2001 From: Matthew Baggett Date: Tue, 22 Oct 2019 13:07:44 +0200 Subject: [PATCH] DL4006 --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index a292ad5..7de2f3b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,6 +24,7 @@ RUN chmod +x /installers/install && \ FROM marshall AS php-core ARG PHP_PACKAGES COPY php-core/install-report.sh /usr/bin/install-report +SHELL ["/bin/bash", "-o", "pipefail", "-c"] RUN apt-get -qq update && \ apt-get -yqq install --no-install-recommends \ python3-software-properties \ @@ -204,6 +205,7 @@ ARG NODE_VERSION ARG YARN_VERSION ARG PATH="/app/node_modules/.bin:${PATH}" +SHELL ["/bin/bash", "-o", "pipefail", "-c"] RUN mkdir ~/.gnupg && \ echo "disable-ipv6" >> ~/.gnupg/dirmngr.conf && \ apt-get -qq update && \