The following lines will install mcrypt on PHP 7.2.
RUN apt-get update -y && \ apt-get install -y libmcrypt-dev && \ pecl install mcrypt-1.0.1 && \ docker-php-ext-enable mcrypt
Explore our projects