mkdocs/Dockerfile
Renovate Bot dfbaf5090b
Some checks failed
lint, build and push / lint (pull_request) Successful in 6s
lint, build and push / build (pull_request) Failing after 21s
chore(deps): update squidfunk/mkdocs-material docker tag to v9.5.38
2024-09-26 10:08:28 +00:00

9 lines
309 B
Docker

FROM squidfunk/mkdocs-material:9.5.38
# 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