From efc3758426655639ba4e64a7fa9f2b96a06ffb23 Mon Sep 17 00:00:00 2001 From: vicelikedust Date: Tue, 18 Aug 2020 13:50:00 -0400 Subject: [PATCH] Update Dockerfile --- lotgd-php-fpm/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lotgd-php-fpm/Dockerfile b/lotgd-php-fpm/Dockerfile index 2042f47..7197265 100644 --- a/lotgd-php-fpm/Dockerfile +++ b/lotgd-php-fpm/Dockerfile @@ -1,7 +1,7 @@ #This image takes the previously created PHP image and modifies it for fastcgi upstream use by the web container FROM lotgd-php:cli -MAINTAINER Chris P +MAINTAINER Douche # Install dotdeb repo, PHP, composer and selected extensions RUN apt-get update \