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

Gary Kim (via logerrit) logerrit at kemper.freedesktop.org
Thu Nov 28 13:05:58 UTC 2019


 docker/Dockerfile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 997113697ec9e985b8227070b2255df304d3c959
Author:     Gary Kim <gary at garykim.dev>
AuthorDate: Thu Nov 28 01:38:23 2019 +0800
Commit:     Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
CommitDate: Thu Nov 28 14:05:34 2019 +0100

    docker: add missing dependencies
    
    The docker container is missing some dependencies
    so cannot start properly.
    
    Change-Id: Icfa7b318370d331ecf2935f166b3cfb3b57379c8
    Reviewed-on: https://gerrit.libreoffice.org/83939
    Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
    Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>

diff --git a/docker/Dockerfile b/docker/Dockerfile
index 1b9e8a3b6..b9f7a2ed6 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -12,7 +12,7 @@ RUN apt-get update && apt-get upgrade -y
 # install LibreOffice run-time dependencies
 # install adduser, findutils, openssl and cpio that we need later
 # install an editor
-RUN apt-get -y install locales-all libpng16-16 fontconfig adduser cpio findutils nano libpocoxml50 libpocoutil50 libpoconetssl50 libpoconet50 libpocojson50 libpocofoundation50 libpococrypto50 libcap2-bin openssl inotify-tools procps
+RUN apt-get -y install locales-all libpng16-16 fontconfig adduser cpio findutils nano libpocoxml50 libpocoutil50 libpoconetssl50 libpoconet50 libpocojson50 libpocofoundation50 libpococrypto50 libcap2-bin openssl inotify-tools procps libxcb-shm0 libxcb-render0 libxrender1 libxext6
 
 # 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


More information about the Libreoffice-commits mailing list