diff options
| author | rebortg <github@ghlr.de> | 2024-01-16 21:47:04 +0100 | 
|---|---|---|
| committer | rebortg <github@ghlr.de> | 2024-01-16 21:47:04 +0100 | 
| commit | dd1bd160423654efe1cb8fb5a96f7f4c9461441d (patch) | |
| tree | 3000dc27a7667c3739a256be69c6c7ad59453212 | |
| parent | 9d38e7020c406007ca6a48c673cc182810daad27 (diff) | |
| download | vyos-documentation-dd1bd160423654efe1cb8fb5a96f7f4c9461441d.tar.gz vyos-documentation-dd1bd160423654efe1cb8fb5a96f7f4c9461441d.zip | |
update Dockerfile
| -rw-r--r-- | docker/Dockerfile | 4 | 
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 | 
