Docker: add missing python3-sphinx dependency for vyos-1x

This commit is contained in:
Christian Poessinger 2021-01-10 11:06:53 +01:00
parent 2af09cfd18
commit 6897f8b1b1

View File

@ -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 \