FROM python:3.8.17 WORKDIR /src # Locked versions to make the build process repeatable RUN pip install mkdocs==1.4.2 && \ pip install mkdocs-material==9.1.21 &&\ pip install plantuml-markdown==3.9.2 && \ git clone https://github.com/g-provost/lightgallery-markdown.git && \ cd lightgallery-markdown && \ git checkout f178453ad7889e6a0c4a09138701ef34b915ee04 && \ python setup.py install