We use the PHP-Buildpack to run our app on a CloudFoundry Service.
To Backup the Database we wan't to use the mysqldump
command, therefore we need a way to install mysql-client
in the buildpack.
Do we have to create our own php build-pack every time we need a custom dependencies or is there a easier way to install additional dependencies in the buildpack?