summaryrefslogtreecommitdiff
path: root/docker
diff options
context:
space:
mode:
authorrebortg <github@ghlr.de>2020-07-18 14:49:28 +0200
committerrebortg <github@ghlr.de>2020-07-18 14:49:28 +0200
commit39b1b4880065b6fb1f7561a75bdb16ca37c49603 (patch)
tree8866c7eafc67e86a2a6f5e8e96d2e3f5f32a0d7c /docker
parent8936848d68fdcee10b8434461af6c744301d372e (diff)
downloadvyos-documentation-39b1b4880065b6fb1f7561a75bdb16ca37c49603.tar.gz
vyos-documentation-39b1b4880065b6fb1f7561a75bdb16ca37c49603.zip
404: catch page not found error
Diffstat (limited to 'docker')
-rw-r--r--docker/Dockerfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile
index 5e3095d7..02b0fc26 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -32,6 +32,8 @@ RUN apt-get update && apt-get install -y \
RUN pip3 install Sphinx
RUN pip3 install sphinx-rtd-theme
RUN pip3 install sphinx-autobuild
+RUN pip3 install sphinx-notfound-page
+
# Cleanup
RUN rm -rf /var/lib/apt/lists/*