Unable to install pillow in docker container
I am trying to build a docker image for my django project. The project used pillow and hence I have it in my requiements.txt file. But I am getting an error while building the image Here is my Dockerfile #…