From e22b4f343b22b0aaf1c2b4e6e98c690ef87fcae6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=B0=D0=BC=D1=8F=D0=BD=20=D0=9C=D0=B8=D0=BD=D0=BA?= =?UTF-8?q?=D0=BE=D0=B2?= Date: Fri, 21 Jun 2024 02:16:36 -0500 Subject: [PATCH] feat(jibri): Adds more fonts. More info https://community.jitsi.org/t/about-the-jibri/132264/5 --- jibri/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/jibri/Dockerfile b/jibri/Dockerfile index 4bab2ae..9f7a338 100644 --- a/jibri/Dockerfile +++ b/jibri/Dockerfile @@ -29,6 +29,7 @@ RUN apt-dpkg-wrap apt-get update && \ rtkit \ unzip \ fonts-noto \ + fonts-noto-cjk \ libcap2-bin && \ /usr/bin/install-chrome.sh && \ apt-cleanup && \