Skip to content
Snippets Groups Projects
Commit 51c1ecbb authored by Hugo NOUTS's avatar Hugo NOUTS
Browse files
parent 1c9acc92
Branches
No related tags found
No related merge requests found
Pipeline #8154 passed
......@@ -7,7 +7,7 @@ WORKDIR /app
# add the current directory to the container as /app
ADD . /app
# Perform build and cleanup artifacts
RUN pip install mkdocs && pip install mkdocs-material && pip install plantuml-markdown
RUN apk add --no-cache --virtual .build gcc musl-dev && pip install mkdocs && pip install mkdocs-material && pip install plantuml-markdown && apk del .build gcc musl-dev
# build the documentation site
RUN mkdocs build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment