[Libreoffice-commits] online.git: docker/Dockerfile
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Thu Dec 6 11:29:45 UTC 2018
docker/Dockerfile | 10 ++--------
1 file changed, 2 insertions(+), 8 deletions(-)
New commits:
commit b26db00c420d18d4a6c997e2144d6d3fd3af17f3
Author: Andras Timar <andras.timar at collabora.com>
AuthorDate: Thu Dec 6 12:29:23 2018 +0100
Commit: Andras Timar <andras.timar at 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
More information about the Libreoffice-commits
mailing list