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 && \