removed exif

This commit is contained in:
CHIEFSOFT\ameye
2024-08-20 01:13:40 -04:00
parent 1530cf00f5
commit 98937faf16
+1 -1
View File
@@ -16,7 +16,7 @@ RUN apt-get update && \
# PHP Configuration
RUN docker-php-ext-install dba exif gettext iconv intl tidy xsl zip &&\
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-configure gd --with-freetype --with-jpeg --with-webp &&\
docker-php-ext-install gd &&\