diff --git a/dockerfiles/tasks/composer/Dockerfile b/dockerfiles/tasks/composer/Dockerfile index 4cd9ef0..235177b 100644 --- a/dockerfiles/tasks/composer/Dockerfile +++ b/dockerfiles/tasks/composer/Dockerfile @@ -12,7 +12,7 @@ ENV TERM=xterm RUN apt-get update && apt-get install -y \ curl nano sed libwww-perl htop ca-certificates \ php7.0 php-cli php-fpm php-curl php-pear php-mcrypt php-zip php-mbstring php-xml \ - php-pgsql php-redis \ + php-pgsql php-redis php-soap \ \ && apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* \ && php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" \ diff --git a/dockerfiles/tasks/composer/Dockerfile-71 b/dockerfiles/tasks/composer/Dockerfile-71 index a7a517a..c77f8e3 100644 --- a/dockerfiles/tasks/composer/Dockerfile-71 +++ b/dockerfiles/tasks/composer/Dockerfile-71 @@ -14,7 +14,7 @@ RUN apt-get update && apt-get install -y software-properties-common python-softw && apt-get update && apt-get install -y \ curl nano sed libwww-perl htop ca-certificates \ php7.1 php-cli php-fpm php-curl php-pear php-mcrypt php-zip php-mbstring php-xml \ - php-pgsql php-redis \ + php-pgsql php-redis php-soap \ \ && apt-cache pkgnames | grep php7.1 \ && rm /usr/bin/php && ln -s /usr/bin/php7.1 /usr/bin/php \ diff --git a/dockerfiles/tasks/composer/Dockerfile-72 b/dockerfiles/tasks/composer/Dockerfile-72 index 1cccb9a..42bfb9f 100644 --- a/dockerfiles/tasks/composer/Dockerfile-72 +++ b/dockerfiles/tasks/composer/Dockerfile-72 @@ -14,7 +14,7 @@ RUN apt-get update && apt-get install -y software-properties-common python-softw && apt-get update && apt-get install -y \ curl nano sed libwww-perl htop ca-certificates \ php7.2 php-cli php-fpm php-curl php-pear php-mcrypt php-zip php-mbstring php-xml \ - php-pgsql php-redis \ + php-pgsql php-redis php-soap\ \ && apt-cache pkgnames | grep php7.2 \ && apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* \ diff --git a/dockerfiles/tasks/dev-php7.0/Dockerfile-70 b/dockerfiles/tasks/dev-php7.0/Dockerfile-70 index 7466c59..2e5c5e5 100644 --- a/dockerfiles/tasks/dev-php7.0/Dockerfile-70 +++ b/dockerfiles/tasks/dev-php7.0/Dockerfile-70 @@ -14,7 +14,7 @@ ENV TERM=xterm RUN apt-get update && apt-get install -y \ curl nano sed libwww-perl htop ca-certificates \ php7.0 php-cli php-fpm php-curl php-pear php-mcrypt php-zip php-mbstring php-xml \ - php-pgsql php-redis \ + php-pgsql php-redis php-soap \ \ && apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* diff --git a/dockerfiles/tasks/dev-php7.0/Dockerfile-71 b/dockerfiles/tasks/dev-php7.0/Dockerfile-71 index df52549..a8400e0 100644 --- a/dockerfiles/tasks/dev-php7.0/Dockerfile-71 +++ b/dockerfiles/tasks/dev-php7.0/Dockerfile-71 @@ -16,7 +16,7 @@ RUN apt-get update && apt-get install -y software-properties-common python-softw && 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 php7.1-xml \ - php-pgsql php-redis \ + php-pgsql php-redis php-soap \ \ && apt-cache pkgnames | grep php7.1 \ && rm /usr/bin/php && ln -s /usr/bin/php7.1 /usr/bin/php \ diff --git a/dockerfiles/tasks/dev-php7.0/Dockerfile-72 b/dockerfiles/tasks/dev-php7.0/Dockerfile-72 index 103626c..ea38552 100644 --- a/dockerfiles/tasks/dev-php7.0/Dockerfile-72 +++ b/dockerfiles/tasks/dev-php7.0/Dockerfile-72 @@ -16,7 +16,7 @@ RUN apt-get update && apt-get install -y software-properties-common python-softw && apt-get update && apt-get install -y \ curl nano sed libwww-perl htop ca-certificates \ php7.2 php7.2-cli php7.2-fpm php-curl php-pear php-mcrypt php-zip php-mbstring php-xml \ - php-pgsql php-redis \ + php-pgsql php-redis php-soap \ \ && apt-cache pkgnames | grep php7.2 \ && rm /usr/bin/php && ln -s /usr/bin/php7.2 /usr/bin/php \