From adf76c431a36b5131aa89db6cbd11be00ab1b49f Mon Sep 17 00:00:00 2001 From: Stephan Lo Date: Wed, 9 Apr 2025 20:29:00 +0200 Subject: [PATCH] feat(techdocs): added awesome-pages plugin into baclstage container --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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