diff --git a/Dockerfile b/Dockerfile index 17eef74..6d4d598 100644 --- a/Dockerfile +++ b/Dockerfile @@ -64,7 +64,7 @@ RUN chmod +x /usr/local/bin/kubectl ENV VIRTUAL_ENV=/opt/venv RUN python3 -m venv $VIRTUAL_ENV ENV PATH="$VIRTUAL_ENV/bin:$PATH" -RUN pip3 install 'mkdocs-techdocs-core==1.4.2' +RUN pip3 install 'mkdocs-techdocs-core==1.4.2' 'mkdocs-awesome-pages-plugin==2.10.1' # From here on we use the least-privileged `node` user to run the backend. USER node