Skip to content
Snippets Groups Projects
Unverified Commit f76f1674 authored by Sandro Jäckel's avatar Sandro Jäckel
Browse files

Set shell option -o pipefail, fixes DL4006

parent a5e061de
No related branches found
No related tags found
No related merge requests found
...@@ -21,6 +21,7 @@ RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSI ...@@ -21,6 +21,7 @@ RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSI
rm dockerize-linux-amd64-$DOCKERIZE_VERSION.tar.gz rm dockerize-linux-amd64-$DOCKERIZE_VERSION.tar.gz
ENV GOSU_VERSION 1.11 ENV GOSU_VERSION 1.11
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
COPY ["resources/gosu-gpg.key", "/tmp/gosu.key"] COPY ["resources/gosu-gpg.key", "/tmp/gosu.key"]
RUN set -ex; \ RUN set -ex; \
apt-get update && \ apt-get update && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment