docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 9139bd33303853bea680761f84bab7792f056438 Author: Samuel Mehrbrodt <[email protected]> AuthorDate: Fri Dec 7 09:54:02 2018 +0100 Commit: Samuel Mehrbrodt <[email protected]> CommitDate: Fri Dec 7 09:54:19 2018 +0100 Docker: Install libpixman This lib was not found after upgrade to Ubuntu 18.04 Change-Id: I37853f115907ae2e795371ec46eee305f91aeed7 diff --git a/docker/Dockerfile b/docker/Dockerfile index 2cebb82af..b775d114b 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -13,7 +13,7 @@ RUN apt-get update && apt-get upgrade -y # install apt-transport-https in order to set up repo for Poco # install adduser, findutils and cpio that we need later # install an editor -RUN apt-get -y install apt-transport-https locales-all libpng16-16 libxinerama1 libgl1-mesa-glx libfontconfig1 libfreetype6 libxrender1 libxcb-shm0 libxcb-render0 adduser cpio findutils nano libpoco*50 libcap2-bin openssl +RUN apt-get -y install apt-transport-https locales-all libpng16-16 libxinerama1 libgl1-mesa-glx libfontconfig1 libfreetype6 libxrender1 libxcb-shm0 libxcb-render0 adduser cpio findutils nano libpoco*50 libcap2-bin openssl libpixman-1-0 # 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
