diff options
author | rebortg <github@ghlr.de> | 2024-01-16 21:47:38 +0100 |
---|---|---|
committer | rebortg <github@ghlr.de> | 2024-01-16 21:47:38 +0100 |
commit | cf6712773d52393dcae0add27cea4390744bc685 (patch) | |
tree | fbaca9d343210a0d55dce41eca0d174a284924b8 /docker | |
parent | bcef0f76c56dc715aaa05fe21943f013619827af (diff) | |
download | vyos-documentation-cf6712773d52393dcae0add27cea4390744bc685.tar.gz vyos-documentation-cf6712773d52393dcae0add27cea4390744bc685.zip |
update Dockerfile
Diffstat (limited to 'docker')
-rw-r--r-- | docker/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile index f05aa269..fc457582 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -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 |