File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 22
33## [ Unreleased] ( https://github.com/chrisnharvey/magicLAMP/compare/master...develop )
44
5+ ## v1.3.7
6+
7+ ### Fixed
8+
9+ - GD library in PHP 7.4 now supports png and webp images
10+
511## v1.3.6
612
713### Improved
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM php:7.4-fpm
33RUN apt-get update && \
44 DEBIAN_FRONTEND=noninteractive apt-get install -qq libpq-dev libmagickwand-dev libfreetype6-dev libjpeg62-turbo-dev libpng-dev libzip-dev nghttp2 libhiredis-dev libmemcached-dev pkg-config zlib1g-dev && \
55 docker-php-ext-install -j$(nproc) iconv && \
6- docker-php-ext-configure gd && \
6+ docker-php-ext-configure gd --with-webp --with-jpeg && \
77 docker-php-ext-install -j$(nproc) gd && \
88 docker-php-ext-install mysqli pdo pdo_mysql pdo_pgsql zip bcmath && \
99 pecl install imagick && \
You can’t perform that action at this time.
0 commit comments