richarvey / nginx-php-fpm

Nginx and php-fpm for dockerhub builds
https://hub.docker.com/repository/docker/richarvey/nginx-php-fpm/general
GNU General Public License v3.0
1.66k stars 852 forks source link

How install Php8.2 Mcrypt #283

Open THePhanT00M opened 1 year ago

THePhanT00M commented 1 year ago

I tried the pecl install mcrypt pecl install mcrypt-1.0.6 && echo extension="mcrypt.so" > /usr/local/etc/php/conf.d/php-ext-mcrypt.ini

is not work

Is there any way to install it?