From da907eaafcdd290366091c19a42b8cb1298bd4bd Mon Sep 17 00:00:00 2001 From: William Miceli <1-WilliamMiceli@git.williammiceli.systems> Date: Sat, 30 Mar 2019 13:03:23 -0400 Subject: [PATCH] Added PHP-FPM --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index adc14c3..591234d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,6 +10,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ php \ php-apcu \ php-curl \ + php-fpm \ php-gd \ php-mbstring \ php-xml \