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