diff --git a/nextcloud/Dockerfile b/nextcloud/Dockerfile index d00e4507a..fbe7f148f 100644 --- a/nextcloud/Dockerfile +++ b/nextcloud/Dockerfile @@ -11,7 +11,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"] # Add bashio RUN set +e \ && apk add --no-cache \ - curl jq \ + curl jq a \ && curl -J -L -o /tmp/bashio.tar.gz \ "https://github.com/hassio-addons/bashio/archive/v0.10.1.tar.gz" \ && mkdir /tmp/bashio \