Skip to content
Snippets Groups Projects
Commit 0f030dbf authored by Marko Rintamäki's avatar Marko Rintamäki
Browse files

Add new file

parent 7ea67641
No related branches found
No related tags found
No related merge requests found
Pipeline #655937 failed
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment