mkdocs/Dockerfile
Renovate Bot d0df7714f4
All checks were successful
lint, build and push / lint (push) Successful in 6s
lint, build and push / build (push) Successful in 35s
chore(deps): update squidfunk/mkdocs-material docker tag to v9.5.45 (#58)
Co-authored-by: Renovate Bot <renovate@mgrote.net>
Co-committed-by: Renovate Bot <renovate@mgrote.net>
2024-11-20 11:08:00 +01:00

9 lines
309 B
Docker

FROM squidfunk/mkdocs-material:9.5.45
# Beispiel; https://squidfunk.github.io/mkdocs-material/getting-started/
# hadolint ignore=DL3013
RUN pip install --no-cache-dir \
mkdocs-include-dir-to-nav \
mkdocs-git-revision-date-localized-plugin \
mkdocs-git-authors-plugin \
mkdocs-open-in-new-tab