diff options
author | Roberto Bertó <roberto.berto@gmail.com> | 2024-03-10 12:42:31 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-10 12:42:31 -0300 |
commit | 95878ef8c96e276a8bc09b0326878a654ce2ee58 (patch) | |
tree | ae6fe96cedca2ab2a48f4387cc3aaecc71cb0285 /docker/Dockerfile | |
parent | 0993a91255cad0dd893b7a60e05fd2120a343407 (diff) | |
parent | 8d410c0843f7d8b88a5a20ccb778ae149c6fc098 (diff) | |
download | vyos-documentation-95878ef8c96e276a8bc09b0326878a654ce2ee58.tar.gz vyos-documentation-95878ef8c96e276a8bc09b0326878a654ce2ee58.zip |
Merge pull request #2 from vyos/master
import 2024-03
Diffstat (limited to 'docker/Dockerfile')
-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 |