We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 39d50a0 + 95d2c01 commit 0ad2fd8Copy full SHA for 0ad2fd8
Dockerfile
@@ -118,7 +118,7 @@ RUN rpm --import https://rpms.remirepo.net/RPM-GPG-KEY-remi \
118
php-soap php-xmlrpc php-xml php-intl php-mcrypt \
119
php-mysql php-mbstring php-zip php-bcmath \
120
php-opcache php-imagick php-curl php-gmp \
121
- php-pecl-redis php-pecl-zip \
+ php-pecl-redis php-pecl-zip php-process \
122
&& if [ "$PHP_VERSION" = "7.4" ];then dnf -y install php74-php-pecl-apcu-bc; fi \
123
&& dnf clean all
124
0 commit comments