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

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Thu Dec 6 21:47:57 UTC 2018


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

New commits:
commit 433c0b43b115d0dc473a9d05c7984f77ffb18f7a
Author:     Andras Timar <andras.timar at collabora.com>
AuthorDate: Thu Dec 6 22:47:15 2018 +0100
Commit:     Andras Timar <andras.timar at collabora.com>
CommitDate: Thu Dec 6 22:47:25 2018 +0100

    docker: fix libpng dependency
    
    Change-Id: I1ab093460c4cac1fbcb8f37ad54e742d5560206c

diff --git a/docker/Dockerfile b/docker/Dockerfile
index 0df3c0d44..8589bf9c6 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -13,7 +13,7 @@ RUN apt-get update && apt-get upgrade -y
 # install apt-transport-https in order to set up repo for Poco
 # install adduser, findutils and cpio that we need later
 # install an editor
-RUN apt-get -y install apt-transport-https locales-all libpng12-0 libxinerama1 libgl1-mesa-glx libfontconfig1 libfreetype6 libxrender1 libxcb-shm0 libxcb-render0 adduser cpio findutils nano libpoco*50
+RUN apt-get -y install apt-transport-https locales-all libpng16-16 libxinerama1 libgl1-mesa-glx libfontconfig1 libfreetype6 libxrender1 libxcb-shm0 libxcb-render0 adduser cpio findutils nano libpoco*50
 
 # 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