From b32c445abcb60182538b03690eafcff72469ed02 Mon Sep 17 00:00:00 2001 From: Ivan Gabaldon Date: Mon, 5 May 2025 13:15:37 +0200 Subject: [PATCH] fixes https://github.com/searxng/searxng/issues/4717 --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index b66fcb2bf..039b7f9aa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -46,6 +46,8 @@ FROM docker.io/library/python:3.13-slim RUN apt-get update \ && apt-get install -y --no-install-recommends \ + # healthcheck + wget \ # uwsgi libpcre3 \ libxml2 \