[FIX] Odoo 11.0-12.0: add asian fonts and rtlcss

When printing a report, the asian fonts were missing.
Also, since Odoo 12.0, rtlcss is needed to support the right-to-left languages
in the Odoo UI.

With this commit, the noto-cjk fonts are added as well as the nodejs rtlcss tool.
This commit is contained in:
Christophe Monniez
2019-01-29 14:41:08 +01:00
parent 01f0a1e508
commit a1463daf59
2 changed files with 10 additions and 0 deletions
+1
View File
@@ -10,6 +10,7 @@ RUN set -x; \
&& apt-get install -y --no-install-recommends \
ca-certificates \
curl \
fonts-noto-cjk \
gnupg \
libssl1.0-dev \
node-less \