0
0
Fork 0
mirror of https://github.com/crazy-max/diun.git synced 2025-02-09 22:11:04 +00:00
crazy-max_diun/docs/Dockerfile
2020-10-10 21:46:56 +02:00

16 lines
420 B
Docker

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