Make the pg_config available on test image
Suddenly the psycopg2 requirement started to complain about the pg_config executable not being available. Installing appropriate dev packages on the docker image used for testing seems to fix it.
Suddenly the psycopg2 requirement started to complain about the pg_config executable not being available. Installing appropriate dev packages on the docker image used for testing seems to fix it.