docker/Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-)
New commits: commit 82c708ff225cc16509bc24e09029c04ca1db1e81 Author: Samuel Mehrbrodt <samuel.mehrbr...@cib.de> AuthorDate: Tue Dec 17 10:43:13 2019 +0100 Commit: Samuel Mehrbrodt <samuel.mehrbr...@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 _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits