install ps ubuntu code example
Example 1: ps not found
RUN apt-get update && apt-get install -y procps
Example 2: how to install psql in ubuntu
sudo apt-get install postgresql
Example 3: how to install psql python in ubuntu
pip install psycopg2-binary