btw — are we updating the pip version inside the d...
# help
j
btw — are we updating the pip version inside the docker container when installing python requirements or is there any way to change the dockerfile used to create the environment that builds the function? I’m having some trouble installing the
cryptography
package in github ci
f
This is the Dockerfile that’s used. It’s taken from CDK, and it seems they are updating pip to the latest version.
Is the latest pip version causing the problem?
j
not entirely sure. I’ve seen this issue before when using python3.7, but it’s been a while so I’ll need to do some more research again