From 969589740e117b8d3a03c228b9544c226de8861f Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Tue, 20 Aug 2024 01:04:18 -0400 Subject: [PATCH] removed soap --- docker/apache/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/apache/Dockerfile b/docker/apache/Dockerfile index b90fed8..2f36027 100644 --- a/docker/apache/Dockerfile +++ b/docker/apache/Dockerfile @@ -16,7 +16,7 @@ RUN apt-get update && \ # PHP Configuration -RUN docker-php-ext-install bcmath bz2 calendar dba exif gettext iconv intl soap tidy xsl zip&&\ +RUN docker-php-ext-install bcmath bz2 calendar dba exif gettext iconv intl tidy xsl zip&&\ docker-php-ext-install mysqli pgsql pdo pdo_mysql pdo_pgsql &&\ docker-php-ext-configure gd --with-freetype --with-jpeg --with-webp &&\ docker-php-ext-install gd &&\