Files
diun/docs/Dockerfile
dependabot[bot] 6e027216d3 Bump squidfunk/mkdocs-material from 5.5.8 to 5.5.12 in /docs (#169)
Bumps squidfunk/mkdocs-material from 5.5.8 to 5.5.12.

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-01 15:27:56 +00:00

15 lines
335 B
Docker

FROM squidfunk/mkdocs-material:5.5.12
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-exclude' \
'mkdocs-macros-plugin' \
&& apk del .build gcc musl-dev \
&& rm -rf /tmp/*