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