diff --git a/nextcloud/Dockerfile b/nextcloud/Dockerfile index f1653a13c..681b461db 100644 --- a/nextcloud/Dockerfile +++ b/nextcloud/Dockerfile @@ -6,10 +6,11 @@ FROM ${BUILD_FROM}-${BUILD_VERSION} ENV NEXTCLOUD_PATH="/data/config/www/nextcloud" # Set shell -SHELL ["/bin/bash", "-o", "pipefail", "-c", "+e"] +SHELL ["/bin/bash", "-o", "pipefail", "-c"] # Add bashio -RUN apk add --no-cache \ +RUN set +e \ + apk add --no-cache \ curl \ jq \ && curl -J -L -o /tmp/bashio.tar.gz \