Skip to content

Commit 0ad2fd8

Browse files
authored
Merge pull request #3 from piotrmatras/feat/MOPS-547/add-posix-php
feat: MOPS-547 add posix php extension
2 parents 39d50a0 + 95d2c01 commit 0ad2fd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ RUN rpm --import https://rpms.remirepo.net/RPM-GPG-KEY-remi \
118118
php-soap php-xmlrpc php-xml php-intl php-mcrypt \
119119
php-mysql php-mbstring php-zip php-bcmath \
120120
php-opcache php-imagick php-curl php-gmp \
121-
php-pecl-redis php-pecl-zip \
121+
php-pecl-redis php-pecl-zip php-process \
122122
&& if [ "$PHP_VERSION" = "7.4" ];then dnf -y install php74-php-pecl-apcu-bc; fi \
123123
&& dnf clean all
124124

0 commit comments

Comments
 (0)