From 7922e3261851e9601251c241ba37fa96f0d3471a Mon Sep 17 00:00:00 2001 From: Julien Neuhart Date: Thu, 15 Apr 2021 09:34:12 +0200 Subject: [PATCH 1/2] Add missing fonts from 6.4.1 --- build/base/Dockerfile | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/build/base/Dockerfile b/build/base/Dockerfile index d307492b..cfb5289c 100644 --- a/build/base/Dockerfile +++ b/build/base/Dockerfile @@ -103,7 +103,20 @@ RUN apt-get update &&\ fonts-arphic-uming \ fonts-ipafont-mincho \ fonts-ipafont-gothic \ - fonts-unfonts-core &&\ + fonts-unfonts-core \ + # LibreOffice recommends. + fonts-crosextra-caladea \ + fonts-crosextra-carlito \ + fonts-dejavu \ + fonts-dejavu-extra \ + fonts-liberation \ + fonts-liberation2 \ + fonts-linuxlibertine \ + fonts-noto-core \ + fonts-noto-mono \ + fonts-noto-ui-core \ + fonts-sil-gentium \ + fonts-sil-gentium-basic &&\ rm -rf /var/lib/apt/lists/* COPY build/base/fonts/* /usr/local/share/fonts/ From 061b2fdbcbe195b57eb4c7125eda1797068c6cf9 Mon Sep 17 00:00:00 2001 From: Julien Neuhart Date: Thu, 15 Apr 2021 09:37:57 +0200 Subject: [PATCH 2/2] Remove font duplicate --- build/base/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/build/base/Dockerfile b/build/base/Dockerfile index cfb5289c..404ae18d 100644 --- a/build/base/Dockerfile +++ b/build/base/Dockerfile @@ -98,7 +98,6 @@ RUN apt-get update &&\ fonts-sil-padauk \ fonts-telu \ fonts-thai-tlwg \ - fonts-liberation \ ttf-wqy-zenhei \ fonts-arphic-uming \ fonts-ipafont-mincho \