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

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


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

New commits:
commit bea079cfce4b98dc343419be5e2f8f22d5efb679
Author:     Andras Timar <andras.timar at collabora.com>
AuthorDate: Thu Dec 6 23:21:38 2018 +0100
Commit:     Andras Timar <andras.timar at collabora.com>
CommitDate: Thu Dec 6 23:21:38 2018 +0100

    docker: install libcap2-bin
    
    Change-Id: Ibd6f794190ec2f6f511f6b8546bbcd237a971a43

diff --git a/docker/Dockerfile b/docker/Dockerfile
index 8589bf9c6..bfc5934e2 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
+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
 
 # 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