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

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Thu Dec 6 22:32:04 UTC 2018


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

New commits:
commit 70fe177a0fda5246e01fc12ce59a6e45cca6f303
Author:     Andras Timar <andras.timar at collabora.com>
AuthorDate: Thu Dec 6 23:31:40 2018 +0100
Commit:     Andras Timar <andras.timar at collabora.com>
CommitDate: Thu Dec 6 23:31:40 2018 +0100

    docker: install openssl
    
    Change-Id: I35a223068f67d3a0740968996ec4af9c723873dc

diff --git a/docker/Dockerfile b/docker/Dockerfile
index bfc5934e2..2cebb82af 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 libpng16-16 libxinerama1 libgl1-mesa-glx libfontconfig1 libfreetype6 libxrender1 libxcb-shm0 libxcb-render0 adduser cpio findutils nano libpoco*50 libcap2-bin
+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 libcap2-bin openssl
 
 # 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