This commit is contained in:
Simon Vieille 2023-02-11 14:44:55 +01:00
commit 6c4dc554a5
Signed by: deblan
GPG key ID: 579388D585F70417

7
Dockerfile Normal file
View file

@ -0,0 +1,7 @@
FROM polinux/mkdocs
RUN apk add py3-numpy py3-pandas py3-scipy
RUN pip install mkdocs-material
RUN pip install mkdocs-table-reader-plugin
RUN pip install mkdocs-git-revision-date-localized-plugin