Docker build(python image) fails due to cryptography
I am trying to build an image for my flask server, I generated the requirements.txt using pipreqs. The requirements.txt contains cryptography==2.8 and everytime the build fails on while trying to install this version. Not too sure why, it even shows…