fix php lib
Some checks failed
PHP Image build / Build and Push image to registry (push) Failing after 4m11s
Some checks failed
PHP Image build / Build and Push image to registry (push) Failing after 4m11s
This commit is contained in:
parent
2c17f2157c
commit
08edf16057
@ -7,4 +7,4 @@ RUN apt-get update && apt-get install -y \
|
|||||||
libxml2-dev \
|
libxml2-dev \
|
||||||
&& docker-php-ext-configure gd --with-freetype --with-jpeg \
|
&& docker-php-ext-configure gd --with-freetype --with-jpeg \
|
||||||
&& docker-php-ext-install -j$(nproc) gd \
|
&& docker-php-ext-install -j$(nproc) gd \
|
||||||
&& docker-php-ext-install bcmath xsl xml gettext intl pdo_mysql opcache calendar ffi
|
&& docker-php-ext-install bcmath xsl xml gettext intl pdo_mysql opcache calendar ffi libffi6 libffi-dev
|
||||||
Loading…
Reference in New Issue
Block a user