From 1e19fed3df7e09118de8db1a7277e2c290ed9725 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pau=20Cap=C3=B3?= Date: Wed, 8 Oct 2025 18:25:38 +0200 Subject: [PATCH] add soap --- Dockerfile-php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile-php b/Dockerfile-php index a8ef5bf..05da615 100644 --- a/Dockerfile-php +++ b/Dockerfile-php @@ -18,7 +18,7 @@ RUN apt-get install -y --no-install-recommends imagemagick apache2 msmtp msmtp-m php${PHP_VERSION}-imagick php${PHP_VERSION}-intl php${PHP_VERSION}-mbstring \ php${PHP_VERSION}-mysql php${PHP_VERSION}-opcache php${PHP_VERSION}-readline php${PHP_VERSION}-sqlite3 \ php${PHP_VERSION}-xml php${PHP_VERSION}-yaml php${PHP_VERSION}-zip php${PHP_VERSION}-apcu \ - php${PHP_VERSION}-redis \ + php${PHP_VERSION}-redis php${PHP_VERSION}-soap \ libapache2-mod-php${PHP_VERSION} # specific PHP modules for some versions