Files
mkdocs-etz/Dockerfile
2025-12-14 09:47:43 +01:00

9 lines
179 B
Docker

FROM squidfunk/mkdocs-material:latest
# Alpine-Pakete für WeasyPrint
RUN apk add --no-cache \
weasyprint
# Plugin installieren
RUN pip install --no-cache-dir mkdocs-to-pdf