mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-23 23:21:00 +01:00
Fixed Dockerfile
This commit is contained in:
parent
432ba9e030
commit
5a86f8da59
@ -60,8 +60,9 @@ RUN \
|
|||||||
pip install --no-cache-dir . \
|
pip install --no-cache-dir . \
|
||||||
&& \
|
&& \
|
||||||
if [ "${WITH_PLUGINS}" = "true" ]; then \
|
if [ "${WITH_PLUGINS}" = "true" ]; then \
|
||||||
pip install --no-cache-dir mkdocs-material[recommended] \
|
pip install --no-cache-dir \
|
||||||
pip install --no-cache-dir mkdocs-material[imaging]; \
|
mkdocs-material[recommended] \
|
||||||
|
mkdocs-material[imaging]; \
|
||||||
fi \
|
fi \
|
||||||
&& \
|
&& \
|
||||||
if [ -e user-requirements.txt ]; then \
|
if [ -e user-requirements.txt ]; then \
|
||||||
|
Loading…
Reference in New Issue
Block a user