While porting a PHP/Wordpress application to CloudFoundry, we are facing the issue that the application relies on the linux mail
command, which is not installed on CloudFoundry containers by default.
Is there a way of getting this installed within the container the apps runs on upon startup?