From 2835773831ee1be3d4a2b9295ab1d8f432945c68 Mon Sep 17 00:00:00 2001 From: Loris Date: Fri, 7 Mar 2025 20:30:03 +0100 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 85bbe500b..c91744474 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ ENV INSTANCE_NAME=searxng \ WORKDIR /usr/local/searxng -RUN apk add brotli tini openssl mailcap && rm -rf /root/.cache +RUN apk add --no-cache brotli tini openssl mailcap && rm -rf /root/.cache COPY requirements.txt ./requirements.txt