[Libreoffice-commits] online.git: docker/Dockerfile

Andras Timar (via logerrit) logerrit at kemper.freedesktop.org
Sat Dec 21 22:02:29 UTC 2019


 docker/Dockerfile |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 62fe72b2754daddf82b094c4fbce1a209a621446
Author:     Andras Timar <andras.timar at collabora.com>
AuthorDate: Thu Sep 5 13:12:56 2019 +0200
Commit:     Andras Timar <andras.timar at collabora.com>
CommitDate: Sat Dec 21 23:02:10 2019 +0100

    it's a docker anti-pattern to get the latest fixes during image build
    
    Change-Id: I9950fb99fdc2f6dad7e2781c6cd663215271ec51
    Reviewed-on: https://gerrit.libreoffice.org/78645
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>
    Reviewed-by: Andras Timar <andras.timar at collabora.com>

diff --git a/docker/Dockerfile b/docker/Dockerfile
index b9f7a2ed6..5a39e5473 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -6,8 +6,8 @@
 
 FROM ubuntu:18.04
 
-# get the latest fixes
-RUN apt-get update && apt-get upgrade -y
+# refresh repos otherwise installations later may fail
+RUN apt-get update
 
 # install LibreOffice run-time dependencies
 # install adduser, findutils, openssl and cpio that we need later


More information about the Libreoffice-commits mailing list