diff --git a/apache/Dockerfile b/apache/Dockerfile index 51168b694198c5f485dc3bd0377869f6f1a84fe2..ea03155ce8522f02d110906116a7809250834940 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