Compare commits

..

4 Commits

Author SHA1 Message Date
David Bomba
35beefba60 Merge pull request #222 from turbo124/master
Fixes for lib jpg and freetype for php7.4
2020-11-28 16:45:22 +11:00
David Bomba
d1309cc86f Fixes for lib jpg and freetype for php7.4 2020-11-28 16:45:03 +11:00
David Bomba
a1d9220506 Merge pull request #221 from turbo124/master
Fix for libzip when using php7.4
2020-11-28 16:39:36 +11:00
David Bomba
386359a346 Fix for libzip when using php7.4 2020-11-28 16:38:50 +11:00

View File

@@ -54,8 +54,7 @@ RUN set -eux; \
libpng-dev \
libzip-dev \
zip; \
docker-php-ext-install zip \
docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-jpeg-dir=/usr/include/ --with-png-dir=/usr/include/; \
docker-php-ext-configure gd --with-freetype --with-jpeg \
docker-php-ext-install -j$(nproc) \
bcmath \
exif \