From ac0bd041c4588e82b102de45ff78dbce1afe0182 Mon Sep 17 00:00:00 2001 From: pi-farm Date: Mon, 16 Mar 2026 13:32:46 +0100 Subject: [PATCH] del no-cache --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6d735ca..1b5fe66 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ ENV TZ=${TZ} ENV USER=${APP_USER} RUN apt-get update && \ - apt-get install --no-cache \ + apt-get install \ tzdata \ xz