Skip to content
Snippets Groups Projects
Verified Commit 7ab1d2e4 authored by Adrián Rošinec's avatar Adrián Rošinec
Browse files

Add missing dependencies

parent 74a04b3d
No related branches found
No related tags found
No related merge requests found
Pipeline #407638 failed
......@@ -5,6 +5,7 @@ LABEL maintainer="adrian@ics.muni.cz"
COPY ./plugins/ /docs/plugins/
COPY ./requirements.txt .
RUN apk add gcc python3-dev musl-dev linux-headers
RUN pip install -r requirements.txt ./plugins/mkdocs-monorepo-plugin
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment