fix
All checks were successful
PHP Image build / Build and Push image to registry (push) Successful in 7m28s
All checks were successful
PHP Image build / Build and Push image to registry (push) Successful in 7m28s
This commit is contained in:
parent
22e1aed4f4
commit
38c8c9cf39
@ -5,6 +5,8 @@ RUN apt-get update && apt-get install -y \
|
||||
libpng-dev \
|
||||
libxslt1-dev \
|
||||
libxml2-dev \
|
||||
libffi7 \
|
||||
libffi-dev \
|
||||
&& docker-php-ext-configure gd --with-freetype --with-jpeg \
|
||||
&& docker-php-ext-install -j$(nproc) gd \
|
||||
&& docker-php-ext-install bcmath xsl xml gettext intl pdo_mysql opcache calendar ffi libffi6 libffi-dev
|
||||
&& docker-php-ext-install bcmath xsl xml gettext intl pdo_mysql opcache calendar ffi
|
||||
Loading…
Reference in New Issue
Block a user