adding SOAP support

This commit is contained in:
Ric Harvey
2016-07-05 14:51:37 +01:00
parent 260ce64f47
commit 4798c022b2

View File

@@ -32,6 +32,7 @@ RUN apk add --no-cache bash \
php5-iconv \
php5-json \
php5-phar \
php5-soap \
php5-dom && \
curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/bin --filename=composer && \
mkdir -p /etc/nginx && \