diff options
author | rebortg <github@ghlr.de> | 2020-12-08 14:38:56 +0100 |
---|---|---|
committer | rebortg <github@ghlr.de> | 2020-12-08 14:38:56 +0100 |
commit | 0bb741b58bc0dd7f0beae7364ed519f7165bdbb7 (patch) | |
tree | 75576248623f8f9c1c7197873042fb00e2544f85 /docker | |
parent | cf83303fd11ec4f4973d7560d5802a2f942b9fe5 (diff) | |
download | vyos-documentation-0bb741b58bc0dd7f0beae7364ed519f7165bdbb7.tar.gz vyos-documentation-0bb741b58bc0dd7f0beae7364ed519f7165bdbb7.zip |
Dockerfile: add python requirement lxml
Diffstat (limited to 'docker')
-rw-r--r-- | docker/Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |