add md support to Dockerfile

This commit is contained in:
rebortg 2022-01-24 21:17:24 +01:00
parent 3b32e15fe4
commit ca70a6d267

View File

@ -34,6 +34,7 @@ RUN pip3 install sphinx-rtd-theme
RUN pip3 install sphinx-autobuild
RUN pip3 install sphinx-notfound-page
RUN pip3 install lxml
RUN pip3 install myst-parser
# Cleanup