Fix: jpeg gd
This commit is contained in:
+2
-2
@@ -26,7 +26,7 @@ RUN apt-get install -y wget
|
|||||||
RUN apt-get install -y dos2unix
|
RUN apt-get install -y dos2unix
|
||||||
RUN apt-get install -y libwebp-dev
|
RUN apt-get install -y libwebp-dev
|
||||||
RUN apt-get install -y libpng-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 libfreetype6-dev
|
||||||
RUN apt-get install -y libonig-dev
|
RUN apt-get install -y libonig-dev
|
||||||
RUN apt-get install -y libzip-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 {} \;
|
RUN find /var/www/html -type f -exec dos2unix {} \;
|
||||||
|
|
||||||
# Install PHP extensions
|
# 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 gd
|
||||||
RUN docker-php-ext-install pdo_mysql
|
RUN docker-php-ext-install pdo_mysql
|
||||||
RUN docker-php-ext-install mysqli
|
RUN docker-php-ext-install mysqli
|
||||||
|
|||||||
Reference in New Issue
Block a user