mirror of
https://github.com/invoiceninja/dockerfiles.git
synced 2026-02-06 14:17:10 +01:00
Fixes for building zip on php7.4
This commit is contained in:
@@ -53,7 +53,8 @@ RUN set -eux; \
|
|||||||
libjpeg-turbo-dev \
|
libjpeg-turbo-dev \
|
||||||
libpng-dev \
|
libpng-dev \
|
||||||
libzip-dev; \
|
libzip-dev; \
|
||||||
docker-php-ext-configure zip \
|
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-dir=/usr/include/ --with-jpeg-dir=/usr/include/ --with-png-dir=/usr/include/; \
|
||||||
docker-php-ext-install -j$(nproc) \
|
docker-php-ext-install -j$(nproc) \
|
||||||
bcmath \
|
bcmath \
|
||||||
|
|||||||
Reference in New Issue
Block a user