From ae46a3202f233311a3f7dc7ff6acb778c9af6756 Mon Sep 17 00:00:00 2001 From: Danny Bessems Date: Tue, 26 Nov 2019 15:44:09 +0000 Subject: [PATCH] Update 'Dockerfile' --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 65e0e6c..5b871e2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ COPY init/entrypoint.sh /usr/local/bin RUN chmod +x /usr/local/bin/entrypoint.sh && \ apt-get update && \ - apt-get install \ + apt-get install -y \ software-properties-common && \ add-apt-repository ppa:ondrej/php && \ apt-get install -y \ @@ -21,7 +21,7 @@ RUN chmod +x /usr/local/bin/entrypoint.sh && \ php7.3-session \ php7.3-xmlrpc && \ rm -rf /var/lib/apt/lists/* && \ - apt-get remove \ + apt-get remove -y \ software-properties-common && \ apt-get autoremove -y && \ # Enable PHP