diff options
author | Robert Göhler <github@ghlr.de> | 2024-01-16 13:15:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-16 13:15:18 +0100 |
commit | eeffa32cf0c486fc12dba86d30c365f9b521652a (patch) | |
tree | 976862cf2a26f0e4a6708161b9f20647c563933a /docker | |
parent | 89eaea24090ce9901caef8800e171ecfd97c58d0 (diff) | |
download | vyos-documentation-eeffa32cf0c486fc12dba86d30c365f9b521652a.tar.gz vyos-documentation-eeffa32cf0c486fc12dba86d30c365f9b521652a.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 |