a | b/docs/Dockerfile | ||
---|---|---|---|
1 | FROM squidfunk/mkdocs-material:latest |
||
2 | |||
3 | # Install plugins. |
||
4 | RUN apk add gcc python3-dev musl-dev linux-headers |
||
5 | COPY docs/requirements.txt /tmp/ |
||
6 | RUN pip install --disable-pip-version-check --no-cache-dir -r /tmp/requirements.txt |