Files
diun/docs/Dockerfile
dependabot[bot] 4ee8778ed4 Bump squidfunk/mkdocs-material from 6.1.6 to 6.1.7 in /docs (#234)
Bumps squidfunk/mkdocs-material from 6.1.6 to 6.1.7.

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-07 17:20:26 +00:00

17 lines
420 B
Docker

FROM squidfunk/mkdocs-material:6.1.7
RUN \
apk add --no-cache \
git \
git-fast-import \
openssh \
&& 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/*