This commit is contained in:
Alexandre
2021-01-20 21:30:13 +01:00
committed by GitHub
parent 2a7f989be0
commit 78521b3d8b

View File

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