docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit d5cf8afd5762453235f497145e26a5978cc66e2c Author: Andras Timar <[email protected]> AuthorDate: Thu Sep 5 13:15:02 2019 +0200 Commit: Andras Timar <[email protected]> CommitDate: Thu Sep 5 23:57:03 2019 +0200 docker: install selective set of poco libraries, only what we need Change-Id: I2776b6817696fbc8d5f24a35165e26bf5ff8c4af Reviewed-on: https://gerrit.libreoffice.org/78646 Reviewed-by: Samuel Mehrbrodt <[email protected]> Reviewed-by: Andras Timar <[email protected]> Tested-by: Andras Timar <[email protected]> diff --git a/docker/Dockerfile b/docker/Dockerfile index d8109f1ea..4b352321b 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 libpoco*50 libcap2-bin openssl inotify-tools procps +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 RUN apt-get -y install fonts-wqy-zenhei fonts-wqy-microhei fonts-droid-fallback fonts-noto-cjk _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
