summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2019-12-17 10:43:13 +0100
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2019-12-17 10:43:13 +0100
commit82c708ff225cc16509bc24e09029c04ca1db1e81 (patch)
tree6e8dd27c11cb5f5f9dd6524b789b55065d445285
parentdeb: trigger systemplate update after apt operations (e.g. installation of a ... (diff)
downloadonline-distro/cib/libreoffice-6-3.tar.gz
online-distro/cib/libreoffice-6-3.zip
Use the docker base image as provided, no 'apt upgrade' distro/cib/libreoffice-6-3
-rw-r--r--docker/Dockerfile4
1 files changed, 1 insertions, 3 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile
index 4b352321bf..cb1328d772 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -6,12 +6,10 @@
FROM ubuntu:18.04
-# get the latest fixes
-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 update
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