FROM squidfunk/mkdocs-material
COPY requirements.txt /tmp/requirements.txt
RUN pip install -r /tmp/requirements.txt
