add soap to composer and php builds
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user