[be1279]: / docs / Dockerfile

Download this file

7 lines (5 with data), 226 Bytes

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