feat(techdocs): added awesome-pages plugin into baclstage container
All checks were successful
ci / build (push) Successful in 31m56s

This commit is contained in:
Stephan Lo 2025-04-09 20:29:00 +02:00
parent bd7ba14b57
commit adf76c431a

View file

@ -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