changeset d3afb2ea11cd in tryton-docker:default
details: https://hg.tryton.org/tryton-docker?cmd=changeset&node=d3afb2ea11cd
description:
Upgrade installed Pillow version
The Debian version is too old to position correctly the avatar letters.
We keep installing python3-pil in order to install the dependency
libraries
issue10428
review346301002
diffstat:
6.0/Dockerfile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (15 lines):
diff -r 08f39d2d6d1a -r d3afb2ea11cd 6.0/Dockerfile
--- a/6.0/Dockerfile Mon May 03 17:52:27 2021 +0200
+++ b/6.0/Dockerfile Tue May 18 22:24:47 2021 +0200
@@ -73,7 +73,10 @@
python-stdnum[SOAP] \
# Use wheels as Debian compiled dependencies are too old
&& pip3 install --no-cache-dir \
- weasyprint
+ weasyprint \
+ # Upgrade Pillow as Debian compiled is too old but keep installed
dependencies
+ && pip3 install --upgrade --no-cache-dir \
+ Pillow
COPY --from=builder-node /package /var/lib/trytond/www
COPY entrypoint.sh /