docker-mkdocs/Dockerfile
Simon Vieille b282b8ad65
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
change image
2024-03-31 17:36:21 +02:00

13 lines
431 B
Docker

FROM squidfunk/mkdocs-material
RUN apk add py3-numpy py3-pandas py3-scipy py3-cairo
RUN pip install mkdocs-material
RUN pip install mkdocs-table-reader-plugin
RUN pip install mkdocs-git-revision-date-localized-plugin
RUN pip install pillow cairosvg
RUN pip install mkdocs-autolinks-plugin
RUN pip install mkdocs-markdownextradata-plugin
RUN pip install mkdocs_version_annotations
RUN pip install mkdocs-enumerate-headings-plugin