mirror of
https://github.com/invoiceninja/dockerfiles.git
synced 2026-01-06 14:37:26 +01:00
Merge pull request #221 from turbo124/master
Fix for libzip when using php7.4
This commit is contained in:
@@ -54,7 +54,6 @@ 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-install -j$(nproc) \
|
||||
bcmath \
|
||||
|
||||
Reference in New Issue
Block a user