6 lines
254 B
Docker
6 lines
254 B
Docker
# hadolint ignore=DL3006
|
|
FROM squidfunk/mkdocs-material
|
|
|
|
# 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
|