From 6979b8825cc7ad2bed15e72c384739c476dee850 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 20 Jan 2021 22:21:59 +0100 Subject: [PATCH] Added https repositories --- nextcloud/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextcloud/Dockerfile b/nextcloud/Dockerfile index ac5f00e3b..6a3ca0ae2 100644 --- a/nextcloud/Dockerfile +++ b/nextcloud/Dockerfile @@ -11,7 +11,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"] # Add bashio RUN echo 'https://dl-3.alpinelinux.org/alpine/latest-stable/main' > /etc/apk/repositories \ && echo '@testing https://dl-3.alpinelinux.org/alpine/edge/testing' >> /etc/apk/repositories \ - && echo '@community https://dl-3.alpinelinux.org/alpine/latest-stable/community' \ + && echo '@community https://dl-3.alpinelinux.org/alpine/latest-stable/community' >> /etc/apk/repositories \ \ && apk add --no-cache \ curl jq \