[Libreoffice-commits] online.git: docker/Debian docker/Ubuntu

Andras Timar (via logerrit) logerrit at kemper.freedesktop.org
Mon Jun 1 17:33:02 UTC 2020


 docker/Debian |    2 +-
 docker/Ubuntu |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit ac71e9c63af4f80c19111d0570eb96bad940ab65
Author:     Andras Timar <andras.timar at collabora.com>
AuthorDate: Thu May 28 13:23:56 2020 +0200
Commit:     Andras Timar <andras.timar at collabora.com>
CommitDate: Mon Jun 1 19:32:42 2020 +0200

    we don't have to depend on locales-all
    
    ... after 15ced64d323e10660e60abbbcfa7386780dcfb4e
    
    Change-Id: If08624d4c9614f3616af7f39c7bc636aebaf749b
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/95024
    Tested-by: Jenkins
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>
    Reviewed-by: Andras Timar <andras.timar at collabora.com>

diff --git a/docker/Debian b/docker/Debian
index 58cc72142..c0218694a 100644
--- a/docker/Debian
+++ b/docker/Debian
@@ -12,7 +12,7 @@ FROM debian:stable
 # install an editor
 # tdf#117557 - Add CJK Fonts to LibreOffice Online Docker Image
 RUN apt-get update && \
-    apt-get -y install locales-all libpng16-16 fontconfig adduser cpio \
+    apt-get -y install libpng16-16 fontconfig adduser cpio \
                findutils nano libpoco-dev libcap2-bin openssl inotify-tools \
                procps libubsan0 libubsan1 openssh-client fonts-wqy-zenhei \
                fonts-wqy-microhei fonts-droid-fallback fonts-noto-cjk
diff --git a/docker/Ubuntu b/docker/Ubuntu
index d0685b246..4d00a16bb 100644
--- a/docker/Ubuntu
+++ b/docker/Ubuntu
@@ -12,7 +12,7 @@ FROM ubuntu:18.04
 # install an editor
 # tdf#117557 - Add CJK Fonts to LibreOffice Online Docker Image
 RUN apt-get update && \
-    apt-get -y install locales-all libpng16-16 fontconfig adduser cpio \
+    apt-get -y install libpng16-16 fontconfig adduser cpio \
                findutils nano libpocoxml50 libpocoutil50 libpoconetssl50 \
                libpoconet50 libpocojson50 libpocofoundation50 libpococrypto50 \
                libcap2-bin openssl openssh-client inotify-tools procps \


More information about the Libreoffice-commits mailing list