mirror of
https://github.com/crazy-max/diun.git
synced 2025-12-24 06:28:13 +01:00
MkDocs Materials 7.1.9 (#428)
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
@@ -1,12 +1,13 @@
|
||||
# syntax=docker/dockerfile:1.2
|
||||
|
||||
FROM squidfunk/mkdocs-material:7.1.5 AS base
|
||||
FROM squidfunk/mkdocs-material:7.1.9 AS base
|
||||
RUN apk add --no-cache \
|
||||
git \
|
||||
git-fast-import \
|
||||
openssh \
|
||||
&& apk add --no-cache --virtual .build gcc musl-dev \
|
||||
&& pip install --no-cache-dir \
|
||||
'lunr' \
|
||||
'markdown-include' \
|
||||
'mkdocs-awesome-pages-plugin' \
|
||||
'mkdocs-exclude' \
|
||||
|
||||
Reference in New Issue
Block a user