diff options
author | srividya0208 <a.srividya@vyos.io> | 2024-02-02 06:52:31 -0500 |
---|---|---|
committer | srividya0208 <a.srividya@vyos.io> | 2024-02-02 06:52:31 -0500 |
commit | 2ecfe68f40c0dafce074391ac07825249abe1a26 (patch) | |
tree | 3000dc27a7667c3739a256be69c6c7ad59453212 /docker/Dockerfile | |
parent | d563ffa846d5d9c2b1981bd33ff3f7e142b1736f (diff) | |
parent | dd1bd160423654efe1cb8fb5a96f7f4c9461441d (diff) | |
download | vyos-documentation-2ecfe68f40c0dafce074391ac07825249abe1a26.tar.gz vyos-documentation-2ecfe68f40c0dafce074391ac07825249abe1a26.zip |
Merge branch 'equuleus' of https://github.com/vyos/vyos-documentation into equuleus
Diffstat (limited to 'docker/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 |