From 079a1d7b6b07002840f61d98664e391d7b786bc8 Mon Sep 17 00:00:00 2001 From: Marco De Donno Date: Wed, 7 Aug 2019 16:00:30 +0200 Subject: [PATCH] Remove the upgrade to ensure more reproducible images --- apache/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apache/Dockerfile b/apache/Dockerfile index 51168b6..ea03155 100644 --- a/apache/Dockerfile +++ b/apache/Dockerfile @@ -4,8 +4,7 @@ LABEL maintainer "Marco De Donno " ################################################################################ ### System update -RUN apt update && \ - apt -y full-upgrade +RUN apt update ################################################################################ ### Installation of Apache and PHP -- GitLab