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 \