- Published on
When it comes to python:alpine, it's a light weight stripped down image with bare minimum dependencies. Some of the dev dependencies like gcc compilers are not part of alpine image. This causes issue when we try to install psycopg2 with pip.