keymetrics / docker-pm2

🐳 Official Docker Image for PM2 runtime
https://hub.docker.com/r/keymetrics/pm2
MIT License
476 stars 60 forks source link

ps missing from slim images #73

Open andystalick opened 5 years ago

andystalick commented 5 years ago

pm2 requires the ps executable to do treekills https://github.com/Unitech/pm2/blob/master/lib/TreeKill.js#L33

but it is missing from the images based upon debian slim.

It is possible to provide it with an apt install procps