0
0
Fork 0
mirror of https://github.com/crazy-max/diun.git synced 2025-01-26 16:58:50 +00:00
crazy-max_diun/docs/Dockerfile
dependabot[bot] 94bc0dc80e
Bump squidfunk/mkdocs-material from 5.5.5 to 5.5.7 in /docs (#151)
Bumps squidfunk/mkdocs-material from 5.5.5 to 5.5.7.

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-17 13:24:19 +00:00

14 lines
334 B
Docker

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