From 5527062299805fdd9160f80b208ec2f0c9088605 Mon Sep 17 00:00:00 2001 From: William Miceli <1-WilliamMiceli@git.williammiceli.systems> Date: Fri, 15 Mar 2019 17:16:54 -0400 Subject: [PATCH] Testing --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0948ebc..cd483c4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ FROM nginx:stable ARG GRAV_VERSION=1.5.8 # Install dependencies -RUN add-apt-repository ppa:ondrej/php && \ # For PHP 7.2 +RUN add-apt-repository ppa:ondrej/php && \ apt-get update && \ apt-get install -y sudo wget unzip php-pclzip && \ # Install PHP 7.2 and Required Modules for Grav