diff --git a/php/Dockerfile b/php/Dockerfile index 128620b..173de78 100644 --- a/php/Dockerfile +++ b/php/Dockerfile @@ -1,2 +1,4 @@ FROM php:fpm-alpine +RUN apk add --no-cache libxml2 \ + && docker-php-ext-install soap VOLUME /var/www/html \ No newline at end of file