diff options
author | Andras Timar <andras.timar@collabora.com> | 2020-05-28 13:23:56 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2020-06-01 19:32:42 +0200 |
commit | ac71e9c63af4f80c19111d0570eb96bad940ab65 (patch) | |
tree | 2a5f8719ec9faf64a946587549f510d6e6fcf03c | |
parent | d4fcf7c537e54a5ef299ce7bef16b129546f1d30 (diff) |
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@gmail.com>
Reviewed-by: Andras Timar <andras.timar@collabora.com>
-rw-r--r-- | docker/Debian | 2 | ||||
-rw-r--r-- | docker/Ubuntu | 2 |
2 files changed, 2 insertions, 2 deletions
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 \ |