FROM squidfunk/mkdocs-material:latest # Alpine-Pakete für WeasyPrint 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