From 0bb741b58bc0dd7f0beae7364ed519f7165bdbb7 Mon Sep 17 00:00:00 2001 From: rebortg Date: Tue, 8 Dec 2020 14:38:56 +0100 Subject: Dockerfile: add python requirement lxml --- docker/Dockerfile | 1 + 1 file changed, 1 insertion(+) (limited to 'docker') diff --git a/docker/Dockerfile b/docker/Dockerfile index 02b0fc26..903a8e83 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -33,6 +33,7 @@ RUN pip3 install Sphinx RUN pip3 install sphinx-rtd-theme RUN pip3 install sphinx-autobuild RUN pip3 install sphinx-notfound-page +RUN pip3 install lxml # Cleanup -- cgit v1.2.3