Skip to content

Commit 5a86f8d

Browse files
committed
Fixed Dockerfile
1 parent 432ba9e commit 5a86f8d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Dockerfile

+3-2
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,9 @@ RUN \
6060
pip install --no-cache-dir . \
6161
&& \
6262
if [ "${WITH_PLUGINS}" = "true" ]; then \
63-
pip install --no-cache-dir mkdocs-material[recommended] \
64-
pip install --no-cache-dir mkdocs-material[imaging]; \
63+
pip install --no-cache-dir \
64+
mkdocs-material[recommended] \
65+
mkdocs-material[imaging]; \
6566
fi \
6667
&& \
6768
if [ -e user-requirements.txt ]; then \

0 commit comments

Comments
 (0)