removed soap

This commit is contained in:
CHIEFSOFT\ameye
2024-08-20 01:04:18 -04:00
parent 6ac3adf6dc
commit 969589740e
+1 -1
View File
@@ -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 &&\