add --update when installing deps

This commit is contained in:
Roman Dodin 2023-06-26 09:07:05 +02:00 committed by GitHub
parent aec897302f
commit 2333e8b322
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 \
&& \