diff --git a/Dockerfile b/Dockerfile
new file mode 100644
index 0000000000000000000000000000000000000000..4d2e126d7b28028119650655da7b66dd2410c575
--- /dev/null
+++ b/Dockerfile
@@ -0,0 +1,8 @@
+FROM: python:3.8-buster
+
+# Documentation static site generator & deployment tool
+RUN pip install mkdocs>=1.1.2
+
+# Add custom theme if not inside a theme_dir
+# (https://github.com/mkdocs/mkdocs/wiki/MkDocs-Themes)
+RUN pip install mkdocs-material>=5.4.0