docker/Dockerfile | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-)
New commits: commit b26db00c420d18d4a6c997e2144d6d3fd3af17f3 Author: Andras Timar <andras.ti...@collabora.com> AuthorDate: Thu Dec 6 12:29:23 2018 +0100 Commit: Andras Timar <andras.ti...@collabora.com> CommitDate: Thu Dec 6 12:29:23 2018 +0100 docker: we are based on Ubuntu 18.04 now Change-Id: Ie81ec22081a1d7c71f4f1424a7b61c29b74b46d4 diff --git a/docker/Dockerfile b/docker/Dockerfile index c4c1423e0..0df3c0d44 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -4,7 +4,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -FROM ubuntu:16.04 +FROM ubuntu:18.04 # get the latest fixes RUN apt-get update && apt-get upgrade -y @@ -13,13 +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 libpng12-0 libxinerama1 libgl1-mesa-glx libfontconfig1 libfreetype6 libxrender1 libxcb-shm0 libxcb-render0 adduser cpio findutils nano - -# set up 3rd party repo of Poco, dependency of loolwsd -RUN echo "deb https://collaboraoffice.com/repos/Poco/ /" >> /etc/apt/sources.list.d/poco.list -RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 0C54D189F4BA284D -RUN apt-get update -RUN apt-get -y install libpoco*60 +RUN apt-get -y install apt-transport-https locales-all libpng12-0 libxinerama1 libgl1-mesa-glx libfontconfig1 libfreetype6 libxrender1 libxcb-shm0 libxcb-render0 adduser cpio findutils nano libpoco*50 # 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 libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits