Fix: jpeg gd

This commit is contained in:
2025-12-15 17:49:36 +09:00
parent 836631c18e
commit 633dbbfe05
+2 -2
View File
@@ -26,7 +26,7 @@ RUN apt-get install -y wget
RUN apt-get install -y dos2unix
RUN apt-get install -y libwebp-dev
RUN apt-get install -y libpng-dev
RUN apt-get install -y libjpeg62-turbo-dev
RUN apt-get install -y libjpeg-dev
RUN apt-get install -y libfreetype6-dev
RUN apt-get install -y libonig-dev
RUN apt-get install -y libzip-dev
@@ -84,7 +84,7 @@ RUN rm -f .source-flag
RUN find /var/www/html -type f -exec dos2unix {} \;
# Install PHP extensions
RUN docker-php-ext-configure gd --with-freetype --with-webp
RUN docker-php-ext-configure gd --with-freetype --with-webp --with-jpeg
RUN docker-php-ext-install gd
RUN docker-php-ext-install pdo_mysql
RUN docker-php-ext-install mysqli