umbruch entfernt

This commit is contained in:
Florian Hensel
2025-12-14 10:03:50 +01:00
parent 40a8167693
commit 933ea953d1

View File

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