mirror of
https://github.com/invoiceninja/dockerfiles.git
synced 2026-02-05 13:47:09 +01:00
Fixes for lib jpg and freetype for php7.4
This commit is contained in:
@@ -54,7 +54,7 @@ RUN set -eux; \
|
|||||||
libpng-dev \
|
libpng-dev \
|
||||||
libzip-dev \
|
libzip-dev \
|
||||||
zip; \
|
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) \
|
docker-php-ext-install -j$(nproc) \
|
||||||
bcmath \
|
bcmath \
|
||||||
exif \
|
exif \
|
||||||
|
|||||||
Reference in New Issue
Block a user