From 4ea7d9f3e6b1c671c7295710f55a320f02b3e63a Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 22 Feb 2021 17:43:47 +0100 Subject: [PATCH] Update Dockerfile --- nextcloud/Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/nextcloud/Dockerfile b/nextcloud/Dockerfile index 9dc16f518..ef91b6719 100644 --- a/nextcloud/Dockerfile +++ b/nextcloud/Dockerfile @@ -6,9 +6,6 @@ FROM ${BUILD_FROM}${BUILD_UPSTREAM} ENV NEXTCLOUD_PATH="/data/config/www/nextcloud" -# Set shell -SHELL ["/bin/bash", "-o", "pipefail", "-c"] - # Added repo to solve issues with some systems that cause error code 1 when fetching apk # Add bashio RUN echo 'https://dl-3.alpinelinux.org/alpine/latest-stable/main' > /etc/apk/repositories \