From 95d2c012bc8b877d1f0b2ad68c45f64d878d19a4 Mon Sep 17 00:00:00 2001 From: Piotr Matras Date: Fri, 17 Oct 2025 10:57:23 +0200 Subject: [PATCH] feat: MOPS-547 add posix php extension --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 751256b..5f611dc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -118,7 +118,7 @@ RUN rpm --import https://rpms.remirepo.net/RPM-GPG-KEY-remi \ php-soap php-xmlrpc php-xml php-intl php-mcrypt \ php-mysql php-mbstring php-zip php-bcmath \ php-opcache php-imagick php-curl php-gmp \ - php-pecl-redis php-pecl-zip \ + php-pecl-redis php-pecl-zip php-process \ && if [ "$PHP_VERSION" = "7.4" ];then dnf -y install php74-php-pecl-apcu-bc; fi \ && dnf clean all