🐳 mkdocs and mkdocs-material are installed by default

This commit is contained in:
Yohann D'ANELLO 2020-06-10 17:18:30 +02:00
parent cd35826f84
commit 784280aaab
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ RUN apk --update add git less openssh nginx curl gcc libc-dev && \
rm -rf /var/lib/apt/lists/* && \
rm /var/cache/apk/*
RUN pip install requests --no-cache-dir
RUN pip install requests mkdocs mkdocs-material --no-cache-dir
RUN mkdir /hook && mkdir /docs && mkdir /site