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 \