Dockerfile: add python requirement lxml

This commit is contained in:
rebortg 2020-12-08 14:38:56 +01:00
parent cf83303fd1
commit 0bb741b58b

View File

@ -33,6 +33,7 @@ RUN pip3 install Sphinx
RUN pip3 install sphinx-rtd-theme RUN pip3 install sphinx-rtd-theme
RUN pip3 install sphinx-autobuild RUN pip3 install sphinx-autobuild
RUN pip3 install sphinx-notfound-page RUN pip3 install sphinx-notfound-page
RUN pip3 install lxml
# Cleanup # Cleanup