From 9f26f7c853114f1d8e02713c3d899e7388fb6418 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 18 Jan 2021 16:01:54 +0100 Subject: [PATCH] Update Dockerfile --- nextcloud/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextcloud/Dockerfile b/nextcloud/Dockerfile index 3a57117fa..f1653a13c 100644 --- a/nextcloud/Dockerfile +++ b/nextcloud/Dockerfile @@ -6,7 +6,7 @@ FROM ${BUILD_FROM}-${BUILD_VERSION} ENV NEXTCLOUD_PATH="/data/config/www/nextcloud" # Set shell -SHELL ["/bin/bash", "-o", "pipefail", "-c"] +SHELL ["/bin/bash", "-o", "pipefail", "-c", "+e"] # Add bashio RUN apk add --no-cache \