From a65422c63a817edb32ade2b461c3e7f2ce0b200b Mon Sep 17 00:00:00 2001 From: Viet Nguyen Duc Date: Fri, 1 Aug 2025 10:46:42 +0700 Subject: [PATCH] Docker: Update font packages Signed-off-by: Viet Nguyen Duc --- NodeBase/Dockerfile | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/NodeBase/Dockerfile b/NodeBase/Dockerfile index d2a7c8c14..c3545d0c2 100644 --- a/NodeBase/Dockerfile +++ b/NodeBase/Dockerfile @@ -82,20 +82,14 @@ RUN apt-get update -qqy \ #============================== # Locale and encoding settings #============================== - language-pack-en \ locales \ libfontconfig \ libfreetype6 \ - xfonts-scalable \ - xfonts-cyrillic \ - fonts-ubuntu \ - fonts-liberation \ - fonts-ipafont-gothic \ fonts-wqy-zenhei \ - fonts-tlwg-loma-otf \ + fonts-noto \ + fonts-noto-core \ fonts-noto-color-emoji \ fonts-noto-cjk \ - fonts-indic \ #============== # Xvfb #==============