From 0aac15452158d189c943120b70828e0f08c2bfb8 Mon Sep 17 00:00:00 2001 From: Nicoautoxp <93649868+Nicoautoxp@users.noreply.github.com> Date: Thu, 12 Dec 2024 18:22:32 +0100 Subject: [PATCH] no cache for apprise install --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index dd1da70..821943f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -71,7 +71,7 @@ RUN \ font-croscore \ py3-pip RUN \ - pip install apprise + pip install --no-cache-dir apprise # Generate and install favicons. RUN \