mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2025-02-16 17:45:18 +00:00
upgrade babel
This commit is contained in:
parent
2502e55645
commit
24fb27dfe4
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ RUN if [ "$with_models" = "true" ]; then \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Install package from source code
|
# Install package from source code
|
||||||
RUN pip3 install Babel==2.11.0 && python3 scripts/compile_locales.py \
|
RUN pip3 install Babel==2.12.1 && python3 scripts/compile_locales.py \
|
||||||
&& pip3 install . \
|
&& pip3 install . \
|
||||||
&& pip3 cache purge
|
&& pip3 cache purge
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue