mirror of
https://github.com/crazy-max/diun.git
synced 2025-12-28 16:06:32 +01:00
MkDocs Materials 6.0.2
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM squidfunk/mkdocs-material:5.5.13
|
||||
FROM squidfunk/mkdocs-material:6.0.2
|
||||
|
||||
RUN \
|
||||
apk add --no-cache \
|
||||
@@ -8,7 +8,9 @@ RUN \
|
||||
&& apk add --no-cache --virtual .build gcc musl-dev \
|
||||
&& pip install --no-cache-dir \
|
||||
'markdown-include' \
|
||||
'mkdocs-awesome-pages-plugin' \
|
||||
'mkdocs-exclude' \
|
||||
'mkdocs-git-revision-date-localized-plugin' \
|
||||
'mkdocs-macros-plugin' \
|
||||
&& apk del .build gcc musl-dev \
|
||||
&& rm -rf /tmp/*
|
||||
|
||||
Reference in New Issue
Block a user