Skip to content
Snippets Groups Projects
Commit 7d24cd9f authored by Alan Nelson's avatar Alan Nelson
Browse files

Add PHP Soap module

parent 889d89a7
Branches php-soap
No related tags found
No related merge requests found
...@@ -12,11 +12,11 @@ LABEL org.label-schema.build-date=$BUILD_DATE \ ...@@ -12,11 +12,11 @@ LABEL org.label-schema.build-date=$BUILD_DATE \
org.label-schema.schema-version="1.0" \ org.label-schema.schema-version="1.0" \
maintainer="Alan Nelson <alan.nelson@nebraska.edu>" maintainer="Alan Nelson <alan.nelson@nebraska.edu>"
RUN export BUILD_DEPS="bzip2-dev icu-dev libpng-dev libzip-dev openldap-dev" \ RUN export BUILD_DEPS="bzip2-dev icu-dev libpng-dev libxml2-dev libzip-dev openldap-dev" \
&& apk add --no-cache bash nodejs npm linux-headers $PHPIZE_DEPS $BUILD_DEPS \ && apk add --no-cache bash nodejs npm linux-headers $PHPIZE_DEPS $BUILD_DEPS \
&& pecl channel-update pecl.php.net \ && pecl channel-update pecl.php.net \
&& pecl install xdebug redis \ && pecl install xdebug redis \
&& docker-php-ext-install bz2 gd intl ldap mysqli pdo_mysql zip \ && docker-php-ext-install bz2 gd intl ldap mysqli pdo_mysql soap zip \
&& docker-php-ext-enable xdebug redis \ && docker-php-ext-enable xdebug redis \
&& apk del --no-cache $PHPIZE_DEPS && apk del --no-cache $PHPIZE_DEPS
RUN curl -o /usr/local/bin/composer https://getcomposer.org/composer.phar \ RUN curl -o /usr/local/bin/composer https://getcomposer.org/composer.phar \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment