ps command not found in docker container

Problem

You are trying to run the ps command in a docker container (ie ps ax), but you get:

bash: ps: command not found

Solutionapt install procps

Taken from the answer here