diff --git a/php8.0/Dockerfile b/php8.0/Dockerfile index 4ecc3a1..634d817 100644 --- a/php8.0/Dockerfile +++ b/php8.0/Dockerfile @@ -3,6 +3,8 @@ FROM wordpress:php8.0 RUN pecl install redis && \ docker-php-ext-enable redis +RUN docker-php-ext-install soap + COPY custom.ini $PHP_INI_DIR/conf.d/ USER www-data:www-data