Renovate Bot
872591e334
Co-authored-by: Renovate Bot <renovate@mgrote.net> Co-committed-by: Renovate Bot <renovate@mgrote.net>
9 lines
309 B
Docker
9 lines
309 B
Docker
FROM squidfunk/mkdocs-material:9.5.25
|
|
|
|
# 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
|