Update php 8 modules
This commit is contained in:
parent
569ce2e930
commit
aea470732d
1 changed files with 5 additions and 3 deletions
|
|
@ -22,6 +22,8 @@ RUN apt-get update && apt-get install -y \
|
||||||
zip \
|
zip \
|
||||||
&& \
|
&& \
|
||||||
docker-php-source extract && \
|
docker-php-source extract && \
|
||||||
|
mv "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini" && \
|
||||||
|
pear config-set php_ini "$PHP_INI_DIR/php.ini" && \
|
||||||
docker-php-ext-configure gd \
|
docker-php-ext-configure gd \
|
||||||
--enable-gd \
|
--enable-gd \
|
||||||
--with-webp \
|
--with-webp \
|
||||||
|
|
@ -39,10 +41,10 @@ RUN apt-get update && apt-get install -y \
|
||||||
opcache \
|
opcache \
|
||||||
pdo_mysql \
|
pdo_mysql \
|
||||||
xml \
|
xml \
|
||||||
xmlrpc \
|
|
||||||
&& \
|
&& \
|
||||||
pecl install ssh2-1.2 && \
|
pecl install xmlrpc-1.0.0RC3 && \
|
||||||
pecl install apcu && \
|
pecl install ssh2-1.3.1 && \
|
||||||
|
pecl install apcu-5.1.21 && \
|
||||||
docker-php-ext-enable \
|
docker-php-ext-enable \
|
||||||
apcu \
|
apcu \
|
||||||
curl \
|
curl \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue