u10homepage/docker/mkdocs-material/Dockerfile
Michael Wegener 9c3ba73ed5
All checks were successful
MkDocs Build and Deploy / build-and-deploy (push) Successful in 2m17s
disable social plugin as font download is broken, propably chang of urls or compression by google
2024-03-28 17:12:06 +01:00

9 lines
281 B
Docker

FROM squidfunk/mkdocs-material:9.5.15
RUN pip install mkdocs-macros-plugin
RUN pip install mkdocs-glightbox
RUN pip install mkdocs-include-markdown-plugin
RUN pip install mkdocs-video
RUN pip install mkdocs-rss-plugin
RUN pip install mkdocs-snippets
RUN pip install mkdocs-exclude