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:07:08 +0100 |
commit | 6d61a39580c94706a950e14be3495a7c23f9d84b (patch) | |
tree | 25812c7b5ed79adb34743aa57edfabfd949ba60f /docker | |
parent | 30b4da48dc180d0cebb5428a590ccaf533c212f1 (diff) | |
download | vyos-build-6d61a39580c94706a950e14be3495a7c23f9d84b.tar.gz vyos-build-6d61a39580c94706a950e14be3495a7c23f9d84b.zip |
Docker: add missing python3-sphinx dependency for vyos-1x
(cherry picked from commit 6897f8b1b1f3e690646c60f7090e3d727be3581e)
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 \ |