Skip to content

Commit fb11a86

Browse files
committed
*Add php soap extension
1 parent 13f1b09 commit fb11a86

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ RUN sed -i "s/WP_DEBUG', false/WP_DEBUG', true/" /usr/src/wordpress/wp-config-sa
1414

1515
RUN docker-php-ext-install opcache
1616

17+
RUN docker-php-ext-install soap
18+
1719
COPY php/php.ini /usr/local/etc/php/php.ini
1820

1921
COPY php/xdebug.ini /usr/local/etc/php/conf.d/xdebug.ini

0 commit comments

Comments
 (0)