From 933ea953d18ccccdf58456a522745bb49e6704f3 Mon Sep 17 00:00:00 2001 From: Florian Hensel Date: Sun, 14 Dec 2025 10:03:50 +0100 Subject: [PATCH] umbruch entfernt --- Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index c0fa166..c9be695 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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