MkDocs Materials 7.1.9 (#428)

Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2021-07-05 01:04:44 +02:00
committed by GitHub
parent f506da4f71
commit ddbbdad860

View File

@@ -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' \