feat(techdocs): added awesome-pages plugin into baclstage container
All checks were successful
ci / build (push) Successful in 31m56s
All checks were successful
ci / build (push) Successful in 31m56s
This commit is contained in:
parent
bd7ba14b57
commit
adf76c431a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue