From 1be11f76bf298e61157edc0d197d447e788a440b Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 2 Oct 2021 19:59:37 +0200 Subject: [PATCH] apk cache clean --- nextcloud/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nextcloud/Dockerfile b/nextcloud/Dockerfile index 5f71359d6..4a70c64e6 100644 --- a/nextcloud/Dockerfile +++ b/nextcloud/Dockerfile @@ -14,7 +14,8 @@ RUN \ && echo '@testing https://dl-3.alpinelinux.org/alpine/edge/testing' >> /etc/apk/repositories \ && echo '@community https://dl-3.alpinelinux.org/alpine/latest-stable/community' >> /etc/apk/repositories \ \ - #Install bashio + #Install bashio + && apk cache clean \ && apk add --no-cache \ curl jq \ && curl -J -L -o /tmp/bashio.tar.gz \