From cf2bcc3f324cf3134b4eb0300a26538dca7cfb34 Mon Sep 17 00:00:00 2001 From: William Miceli <1-WilliamMiceli@git.williammiceli.systems> Date: Fri, 15 Mar 2019 17:37:39 -0400 Subject: [PATCH] Yes, I would like to install that XD --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e4ce4eb..41c5783 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ ARG GRAV_VERSION=1.5.8 # Install dependencies RUN apt-get update && \ - apt-get install software-properties-common && \ + apt-get install -y software-properties-common && \ add-apt-repository ppa:ondrej/php && \ apt-get update && \ apt-get install -y sudo wget unzip && \