Skip to content

Commit

Permalink
*Add php soap extension
Browse files Browse the repository at this point in the history
  • Loading branch information
pcfreak30 committed Jul 23, 2018
1 parent 13f1b09 commit fb11a86
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ RUN sed -i "s/WP_DEBUG', false/WP_DEBUG', true/" /usr/src/wordpress/wp-config-sa

RUN docker-php-ext-install opcache

RUN docker-php-ext-install soap

COPY php/php.ini /usr/local/etc/php/php.ini

COPY php/xdebug.ini /usr/local/etc/php/conf.d/xdebug.ini
Expand Down

0 comments on commit fb11a86

Please sign in to comment.