mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
add --update when installing deps
This commit is contained in:
parent
aec897302f
commit
2333e8b322
@ -67,7 +67,7 @@ RUN \
|
||||
"cairosvg>=2.5"; \
|
||||
fi \
|
||||
&& \
|
||||
[ -e user-requirements.txt ] && pip install -r user-requirements.txt \
|
||||
[ -e user-requirements.txt ] && pip install -U -r user-requirements.txt \
|
||||
&& \
|
||||
apk del .build \
|
||||
&& \
|
||||
|
Loading…
Reference in New Issue
Block a user