diff options
author | Daniel Salzman <daniel.salzman@nic.cz> | 2023-08-16 16:01:58 +0200 |
---|---|---|
committer | Daniel Salzman <daniel.salzman@nic.cz> | 2023-08-17 09:10:56 +0200 |
commit | 89b90ce5fcd159d88e4119dd5d370dc6c6b486ab (patch) | |
tree | 9f5ae8017aaf904675a3e2032a075d9bee822553 /scripts/docker/debian-latest | |
parent | doc: add DNS over QUIC configuration section (diff) | |
download | knot-89b90ce5fcd159d88e4119dd5d370dc6c6b486ab.tar.xz knot-89b90ce5fcd159d88e4119dd5d370dc6c6b486ab.zip |
Add python-sphinx-panels to dependencies where necessary
Diffstat (limited to '')
-rw-r--r-- | scripts/docker/debian-latest/Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/docker/debian-latest/Dockerfile b/scripts/docker/debian-latest/Dockerfile index 86fe5d994..7e92629bb 100644 --- a/scripts/docker/debian-latest/Dockerfile +++ b/scripts/docker/debian-latest/Dockerfile @@ -33,6 +33,7 @@ RUN apt-get -y install \ pkg-config \ protobuf-c-compiler \ python3-sphinx \ + python3-sphinx-panels \ texinfo \ texlive \ texlive-font-utils \ |