Docker fails to install cffi with python:3.9-alpine in Dockerfile
Im trying to run the below Dockerfile using docker-compose. I searched around but I couldnt find a solution on how to install cffi with python:3.9-alpine. I also read this post which states that pip 21.2.4 or greater can be a…