From a9019eece7b9ccbf8c87403c4c579a77ff65ab52 Mon Sep 17 00:00:00 2001 From: Richard Morgan Date: Tue, 1 May 2018 21:39:51 -0400 Subject: [PATCH] php7.1 --- dockerfiles/tasks/dev-php7.0/Dockerfile-71 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfiles/tasks/dev-php7.0/Dockerfile-71 b/dockerfiles/tasks/dev-php7.0/Dockerfile-71 index 7b1ba41..df52549 100644 --- a/dockerfiles/tasks/dev-php7.0/Dockerfile-71 +++ b/dockerfiles/tasks/dev-php7.0/Dockerfile-71 @@ -15,7 +15,7 @@ RUN apt-get update && apt-get install -y software-properties-common python-softw && LC_ALL=C.UTF-8 add-apt-repository -y ppa:ondrej/php \ && apt-get update && apt-get install -y \ curl nano sed libwww-perl htop ca-certificates \ - php7.1 php7.1-cli php7.1-fpm php-curl php-pear php-mcrypt php-zip php-mbstring php-xml \ + php7.1 php7.1-cli php7.1-fpm php-curl php-pear php-mcrypt php-zip php-mbstring php7.1-xml \ php-pgsql php-redis \ \ && apt-cache pkgnames | grep php7.1 \