From 40a8167693ea66d262f1c0adc4ac2de277b77502 Mon Sep 17 00:00:00 2001 From: Florian Hensel Date: Sun, 14 Dec 2025 10:01:48 +0100 Subject: [PATCH] build mit mehr context --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f6b3c81..c0fa166 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,4 +5,6 @@ RUN apk add --no-cache \ weasyprint # Plugin installieren -RUN pip install --no-cache-dir mkdocs-to-pdf +RUN apk add --no-cache --virtual .build-deps build-base python3-dev libffi-dev +&& pip install --no-cache-dir mkdocs-to-pdf +&& apk del .build-deps