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

New commits:
commit 62fe72b2754daddf82b094c4fbce1a209a621446
Author:     Andras Timar <[email protected]>
AuthorDate: Thu Sep 5 13:12:56 2019 +0200
Commit:     Andras Timar <[email protected]>
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 <[email protected]>
    Reviewed-by: Andras Timar <[email protected]>

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
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to