mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-24 07:30:12 +01:00
Fixed Docker build
This commit is contained in:
parent
77987485af
commit
03743ea0c8
@ -37,11 +37,11 @@ RUN \
|
|||||||
git \
|
git \
|
||||||
git-fast-import \
|
git-fast-import \
|
||||||
openssh \
|
openssh \
|
||||||
&& python setup.py install \
|
&& pip install --no-cache-dir . \
|
||||||
&& rm -rf /tmp/* \
|
|
||||||
&& pip install --no-cache-dir \
|
&& pip install --no-cache-dir \
|
||||||
'mkdocs-minify-plugin>=0.2' \
|
'mkdocs-minify-plugin>=0.2' \
|
||||||
'mkdocs-git-revision-date-localized-plugin>=0.4'
|
'mkdocs-git-revision-date-localized-plugin>=0.4' \
|
||||||
|
&& rm -rf /tmp/*
|
||||||
|
|
||||||
# Set working directory
|
# Set working directory
|
||||||
WORKDIR /docs
|
WORKDIR /docs
|
||||||
|
Loading…
Reference in New Issue
Block a user