FROM  squidfunk/mkdocs-material

COPY requirements.txt requirements.txt
RUN pip install --no-cache-dir -r requirements.txt
