From dd1bd160423654efe1cb8fb5a96f7f4c9461441d Mon Sep 17 00:00:00 2001 From: rebortg Date: Tue, 16 Jan 2024 21:47:04 +0100 Subject: update Dockerfile --- docker/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docker') 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 " 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 -- cgit v1.2.3