build mit mehr context

This commit is contained in:
Florian Hensel
2025-12-14 10:01:48 +01:00
parent 0de387e241
commit 40a8167693

View File

@@ -5,4 +5,6 @@ RUN apk add --no-cache \
weasyprint weasyprint
# Plugin installieren # 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