From 5a0bf812a0f939e04f58a86e0012984c029cec70 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Tue, 20 Aug 2024 01:14:56 -0400 Subject: [PATCH] removed packahed --- docker/apache/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/apache/Dockerfile b/docker/apache/Dockerfile index 413e107..c382760 100644 --- a/docker/apache/Dockerfile +++ b/docker/apache/Dockerfile @@ -16,8 +16,8 @@ RUN apt-get update && \ # PHP Configuration -RUN docker-php-ext-install dba gettext iconv intl tidy xsl zip &&\ - docker-php-ext-install mysqli pgsql pdo pdo_mysql pdo_pgsql &&\ +# docker-php-ext-install dba gettext iconv intl tidy xsl zip &&\ +RUN 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 &&\ docker-php-ext-configure imap --with-kerberos --with-imap-ssl &&\