Solved Wow, these guys are fast... It\'s basically this https://github.com/pyca/cryptography/issues/2750 It turned out that a security update for openssl was re
Add this before install:
RUN apk -U upgrade
RUN apk add --no-cache libffi-dev openssl-dev