docker/Debian | 2 +- docker/Ubuntu | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
New commits: commit ac71e9c63af4f80c19111d0570eb96bad940ab65 Author: Andras Timar <andras.ti...@collabora.com> AuthorDate: Thu May 28 13:23:56 2020 +0200 Commit: Andras Timar <andras.ti...@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 <jenkinscollaboraoff...@gmail.com> Reviewed-by: Andras Timar <andras.ti...@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 \ _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits