diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-01-10 11:06:53 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-01-10 11:06:53 +0100 |
commit | 6897f8b1b1f3e690646c60f7090e3d727be3581e (patch) | |
tree | bcc6f35de4321afb76608843b5c74d090c8f3baa /docker | |
parent | 2af09cfd180a4cc86aaca430a1c95d8c4b7a3d9b (diff) | |
download | vyos-build-6897f8b1b1f3e690646c60f7090e3d727be3581e.tar.gz vyos-build-6897f8b1b1f3e690646c60f7090e3d727be3581e.zip |
Docker: add missing python3-sphinx dependency for vyos-1x
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 9fe8bf29..7daf24a6 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -326,6 +326,7 @@ RUN apt-get update && apt-get install -y \ libzmq3-dev \ python3 \ python3-setuptools \ + python3-sphinx \ python3-xmltodict \ python3-lxml \ python3-nose \ |