[Libreoffice-commits] online.git: docker/Dockerfile
Andras Timar (via logerrit)
logerrit at kemper.freedesktop.org
Fri Sep 13 09:02:03 UTC 2019
docker/Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit e268299aa2d75b9b99c060fd3d612b37bc155939
Author: Andras Timar <andras.timar at collabora.com>
AuthorDate: Thu Sep 12 22:12:47 2019 +0200
Commit: Andras Timar <andras.timar at collabora.com>
CommitDate: Fri Sep 13 11:01:45 2019 +0200
Since LibreOfficeOnline.conf has --disable-gui, we don't need these packages
Change-Id: Ic57af67bf50774c3cafdb26737ee4eeac2f54da0
Reviewed-on: https://gerrit.libreoffice.org/78852
Reviewed-by: Andras Timar <andras.timar at collabora.com>
Tested-by: Andras Timar <andras.timar at collabora.com>
diff --git a/docker/Dockerfile b/docker/Dockerfile
index 4b352321b..1b9e8a3b6 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -12,7 +12,7 @@ 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 -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
+RUN apt-get -y install locales-all libpng16-16 fontconfig 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
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