From ab559611bf78a79e1386aa6f3205ae2f46ce2fdb Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Thu, 2 Jan 2020 21:19:28 +0100 Subject: [PATCH] :hammer: Add no-cache to build dependencies cleanup --- tasmoadmin/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasmoadmin/Dockerfile b/tasmoadmin/Dockerfile index c7a194f..7891de7 100755 --- a/tasmoadmin/Dockerfile +++ b/tasmoadmin/Dockerfile @@ -23,7 +23,7 @@ RUN \ && git clone --branch v1.6.3 --depth=1 \ https://github.com/reloxx13/TasmoAdmin.git /var/www/tasmoadmin \ \ - && apk del --purge .build-dependencies \ + && apk del --no-cache --purge .build-dependencies \ \ && rm -f -r /var/www/tasmoadmin/.git \ && find /var/www/tasmoadmin -type f -name ".htaccess" -depth -exec rm -f {} \; \