We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 432ba9e commit 5a86f8dCopy full SHA for 5a86f8d
Dockerfile
@@ -60,8 +60,9 @@ RUN \
60
pip install --no-cache-dir . \
61
&& \
62
if [ "${WITH_PLUGINS}" = "true" ]; then \
63
- pip install --no-cache-dir mkdocs-material[recommended] \
64
- pip install --no-cache-dir mkdocs-material[imaging]; \
+ pip install --no-cache-dir \
+ mkdocs-material[recommended] \
65
+ mkdocs-material[imaging]; \
66
fi \
67
68
if [ -e user-requirements.txt ]; then \
0 commit comments