I have a Docker Container with Phalcon3 and php 7. I am trying to install the php extension Mcrypt without luck.
If I do ssh to the container, and execute:
apt-get update
apt-get install php7.0-mcrypt
I get the following:
E: Unable to locate package php7.0-mcrypt
E: Couldn't find any package by regex 'php7.0-mcrypt'
Is there a way to get it installed?