From 4a69c24a1a8d155c5ff33f685e4a03f8874d0337 Mon Sep 17 00:00:00 2001 From: grosa1 Date: Sun, 16 Apr 2023 15:32:03 +0200 Subject: [PATCH] Fix for Dockerfile smell DL4006 Signed-off-by: grosa1 --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index bc8eb52b..67224840 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,6 +17,7 @@ ENV BUNDLE_FORCE_RUBY_PLATFORM 1 ENV BUNDLE_WITHOUT "development:test:doc" ENV MAKEFLAGS "-j$(nproc)" COPY Gemfile Gemfile.lock /voctoweb/ +SHELL ["/bin/ash", "-eo", "pipefail", "-c"] RUN set -eux; \ apk add --no-cache --virtual .build-deps \ g++ \