From 5c58931b485d8d1ea560b8bbc47fd59e88954c02 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 20 Jan 2021 21:33:05 +0100 Subject: [PATCH] A --- nextcloud/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \