Files
diun/docs/Dockerfile
dependabot[bot] 781bfb520e Bump squidfunk/mkdocs-material from 6.1.4 to 6.1.5 in /docs (#223)
Bumps squidfunk/mkdocs-material from 6.1.4 to 6.1.5.

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-16 18:55:53 +00:00

17 lines
420 B
Docker

FROM squidfunk/mkdocs-material:6.1.5
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/*