From 49b23ae27802270a9b959f5ac561069ddb6babc6 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Thu, 20 Feb 2020 20:27:07 +0100 Subject: [PATCH] :shirt: Don't use APK cache when removing build deps --- base/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/Dockerfile b/base/Dockerfile index bc1295e..0395209 100644 --- a/base/Dockerfile +++ b/base/Dockerfile @@ -61,7 +61,7 @@ RUN \ && mv /tmp/bashio/lib /usr/lib/bashio \ && ln -s /usr/lib/bashio/bashio /usr/bin/bashio \ \ - && apk del --purge .build-dependencies \ + && apk del --no-cache --purge .build-dependencies \ && rm -f -r \ /tmp/*