changeset 94241888c073 in tryton-docker:default
details: https://hg.tryton.org/tryton-docker?cmd=changeset&node=94241888c073
description:
        Install liberation fonts on office images

        These fonts are used by default for the reports.

        issue11392
        review384951003
diffstat:

 5.0/office/Dockerfile |  1 +
 5.8/office/Dockerfile |  1 +
 6.0/office/Dockerfile |  1 +
 6.2/office/Dockerfile |  1 +
 4 files changed, 4 insertions(+), 0 deletions(-)

diffs (44 lines):

diff -r b9fa3c93b2ab -r 94241888c073 5.0/office/Dockerfile
--- a/5.0/office/Dockerfile     Sun Feb 06 11:54:40 2022 +0100
+++ b/5.0/office/Dockerfile     Tue Apr 12 10:18:21 2022 +0200
@@ -9,6 +9,7 @@
         libreoffice-draw \
         libreoffice-impress \
         libreoffice-writer \
+        fonts-liberation2 \
     && rm -rf /var/lib/apt/lists/*
 
 USER trytond
diff -r b9fa3c93b2ab -r 94241888c073 5.8/office/Dockerfile
--- a/5.8/office/Dockerfile     Sun Feb 06 11:54:40 2022 +0100
+++ b/5.8/office/Dockerfile     Tue Apr 12 10:18:21 2022 +0200
@@ -9,6 +9,7 @@
         libreoffice-draw \
         libreoffice-impress \
         libreoffice-writer \
+        fonts-liberation2 \
     && rm -rf /var/lib/apt/lists/*
 
 USER trytond
diff -r b9fa3c93b2ab -r 94241888c073 6.0/office/Dockerfile
--- a/6.0/office/Dockerfile     Sun Feb 06 11:54:40 2022 +0100
+++ b/6.0/office/Dockerfile     Tue Apr 12 10:18:21 2022 +0200
@@ -9,6 +9,7 @@
         libreoffice-draw \
         libreoffice-impress \
         libreoffice-writer \
+        fonts-liberation2 \
     && rm -rf /var/lib/apt/lists/*
 
 USER trytond
diff -r b9fa3c93b2ab -r 94241888c073 6.2/office/Dockerfile
--- a/6.2/office/Dockerfile     Sun Feb 06 11:54:40 2022 +0100
+++ b/6.2/office/Dockerfile     Tue Apr 12 10:18:21 2022 +0200
@@ -9,6 +9,7 @@
         libreoffice-draw \
         libreoffice-impress \
         libreoffice-writer \
+        fonts-liberation2 \
     && rm -rf /var/lib/apt/lists/*
 
 USER trytond

Reply via email to