Skip to content

Commit

Permalink
Fixed Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
squidfunk committed Sep 19, 2023
1 parent 432ba9e commit 5a86f8d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 5a86f8d

Please sign in to comment.