[Libreoffice-commits] online.git: docker/Dockerfile

Andras Timar andras.timar at collabora.com
Fri May 11 11:16:08 UTC 2018


 docker/Dockerfile |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 0b35934dc168834ed82ab6fa7ae5fe6f3d15ae0d
Author: Andras Timar <andras.timar at collabora.com>
Date:   Fri May 11 13:15:40 2018 +0200

    tdf#117557 Add CJK Fonts to LibreOffice Online Docker Image
    
    Change-Id: I98307d5206a9c5f05115dd05a2823fc710278dd9

diff --git a/docker/Dockerfile b/docker/Dockerfile
index ef5d683ad..ec8150117 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -20,6 +20,9 @@ RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 0C54D189F4BA284D
 RUN apt-get update
 RUN apt-get -y install libpoco*60
 
+# tdf#117557 - Add CJK Fonts to LibreOffice Online Docker Image
+RUN apt-get -y install fonts-wqy-zenhei fonts-wqy-microhei fonts-droid-fallback fonts-noto-cjk
+
 # copy freshly built LibreOffice master and LibreOffice Online master with latest translations
 COPY /instdir /
 


More information about the Libreoffice-commits mailing list