[Libreoffice-commits] online.git: Branch 'distro/cib/libreoffice-6-3' - docker/Dockerfile

Samuel Mehrbrodt (via logerrit) logerrit at kemper.freedesktop.org
Tue Dec 17 09:45:21 UTC 2019


 docker/Dockerfile |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

New commits:
commit 82c708ff225cc16509bc24e09029c04ca1db1e81
Author:     Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
AuthorDate: Tue Dec 17 10:43:13 2019 +0100
Commit:     Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
CommitDate: Tue Dec 17 10:43:13 2019 +0100

    Use the docker base image as provided, no 'apt upgrade'

diff --git a/docker/Dockerfile b/docker/Dockerfile
index 4b352321b..cb1328d77 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -6,12 +6,10 @@
 
 FROM ubuntu:18.04
 
-# get the latest fixes
-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 update
 RUN apt-get -y install locales-all libpng16-16 libxinerama1 libgl1-mesa-glx libfontconfig1 libfreetype6 libxrender1 libxcb-shm0 libxcb-render0 adduser cpio findutils nano libpocoxml50 libpocoutil50 libpoconetssl50 libpoconet50 libpocojson50 libpocofoundation50 libpococrypto50 libcap2-bin openssl inotify-tools procps
 
 # tdf#117557 - Add CJK Fonts to LibreOffice Online Docker Image


More information about the Libreoffice-commits mailing list