From d232dfe93872ba0d387eca3e91780098b83888c3 Mon Sep 17 00:00:00 2001 From: William Miceli <1-WilliamMiceli@git.williammiceli.systems> Date: Thu, 28 Mar 2019 18:31:10 -0400 Subject: [PATCH] Added gd,json,mbstring PHP modules --- Dockerfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index d9eb269..bc4e78b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,14 +6,14 @@ ARG GRAV_VERSION=1.5.10 # Install dependencies RUN apt-get update && apt-get install -y --no-install-recommends \ - # Install PHP 7.2 and Module Requirements for Grav + # Install PHP and Modules Required for Grav php \ php-curl \ + php-gd \ + php-mbstring \ + php-xml \ php-zip \ && rm -rf /var/lib/apt/lists/* - # php-gd \ - # php-json \ - # php-mbstring # Install grav WORKDIR /var/www