Download this file
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