summaryrefslogtreecommitdiff
path: root/docker
diff options
context:
space:
mode:
authorrebortg <github@ghlr.de>2024-01-16 21:47:04 +0100
committerrebortg <github@ghlr.de>2024-01-16 21:47:04 +0100
commitdd1bd160423654efe1cb8fb5a96f7f4c9461441d (patch)
tree3000dc27a7667c3739a256be69c6c7ad59453212 /docker
parent9d38e7020c406007ca6a48c673cc182810daad27 (diff)
downloadvyos-documentation-dd1bd160423654efe1cb8fb5a96f7f4c9461441d.tar.gz
vyos-documentation-dd1bd160423654efe1cb8fb5a96f7f4c9461441d.zip
update Dockerfile
Diffstat (limited to 'docker')
-rw-r--r--docker/Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile
index 9b3195df..fc457582 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -1,7 +1,7 @@
# Must be run with --privileged flag
# Recommended to run the container with a volume mapped
# in order to easy exprort images built to "external" world
-FROM debian:buster
+FROM debian:11
LABEL authors="VyOS Maintainers <maintainers@vyos.io>"
ENV DEBIAN_FRONTEND noninteractive
@@ -35,7 +35,7 @@ RUN pip3 install sphinx-autobuild
RUN pip3 install sphinx-notfound-page
RUN pip3 install lxml
RUN pip3 install myst-parser
-RUN pip3 install sphinx-panels
+RUN pip3 install sphinx_design
# Cleanup