This image contains python 3.6 with preinstalled postgresql 9.6 client libraries. Based on Centos 7
docker build -t quozd/centos7-python36 .
docker run -it --rm quozd/centos7-python36 bash
FROM quozd/centos7-python36
Docker base image with python 3.6 and postgresql 9.6 client libraries based on Centos 7
DockerfileMIT