mirror of
https://github.com/dw-0/kiauh.git
synced 2026-01-15 19:52:08 +01:00
6 lines
195 B
Docker
6 lines
195 B
Docker
FROM squidfunk/mkdocs-material:latest
|
|
|
|
# Install additional plugins required by our mkdocs configuration
|
|
RUN pip install \
|
|
mkdocs-git-revision-date-localized-plugin \
|
|
mkdocstrings[python] |