From c54ef9e1680e7891a979e5a90201c59870f4a87c Mon Sep 17 00:00:00 2001 From: administrateur Date: Sat, 29 Mar 2025 15:55:56 +0100 Subject: [PATCH] fix: correct path for pythons libs --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index b3e784f..f219162 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,7 @@ FROM debian:bookworm-slim # Environment variables ENV MKDOCS_VERSION=1.5.0 ENV VENV_PATH=/opt/venv +ENV PYTHONPATH="/usr/lib/python3/dist-packages:${PYTHONPATH}" # Update & install dependencies RUN apt update && apt install -y --no-install-recommends \