mkdocs-diagrams icon indicating copy to clipboard operation
mkdocs-diagrams copied to clipboard

Add documentation for using with mkdocs-material dockerfile

Open bavedarnow opened this issue 4 years ago • 0 comments

When installing the plugin in the mkdocs-material dockerfile, a few more dependencies were needed because it uses an alpine base image. This would be good to put in the readme

FROM squidfunk/mkdocs-material
RUN apk --no-cache add msttcorefonts-installer fontconfig && \
    update-ms-fonts && \
    fc-cache -f && \
    pip install mkdocs-diagrams graphviz jinja2

See https://github.com/mingrammer/diagrams/pull/231 for more info

bavedarnow avatar Jan 21 '21 17:01 bavedarnow