removed packages

This commit is contained in:
CHIEFSOFT\ameye
2024-08-20 01:10:58 -04:00
parent 969589740e
commit df741e0e5d
+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 tidy xsl zip&&\
RUN docker-php-ext-install 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 &&\