[Libreoffice-commits] online.git: docker/Dockerfile
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Fri Dec 7 09:12:44 UTC 2018
docker/Dockerfile | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
New commits:
commit 0a246d856350d52e07c689cb58ee204654ae67a9
Author: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
AuthorDate: Fri Dec 7 10:12:08 2018 +0100
Commit: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
CommitDate: Fri Dec 7 10:12:08 2018 +0100
docker: apt-transport-https no longer needed
since we don't have any custom repos anymore
Change-Id: Ib6fc8989ed4085b862e3bda5c7136f2022b6d345
diff --git a/docker/Dockerfile b/docker/Dockerfile
index b775d114b..37f46b78b 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -10,10 +10,9 @@ FROM ubuntu:18.04
RUN apt-get update && apt-get upgrade -y
# install LibreOffice run-time dependencies
-# 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 libpixman-1-0
+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 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
More information about the Libreoffice-commits
mailing list