Files
diun/docs/Dockerfile
dependabot[bot] 56b87da00f Bump squidfunk/mkdocs-material from 6.1.5 to 6.1.6 in /docs (#227)
Bumps squidfunk/mkdocs-material from 6.1.5 to 6.1.6.

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-24 04:20:59 +00:00

17 lines
420 B
Docker

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