Unable to pip install google.cloud.sql.connector when building docker image
I am using Python developing a web app in my local machine. I am using the code from Connect using Cloud SQL Language Connectors to connect to my GCP Postgres database and working fine! However, when I building the docker image using docker file, I failed at the step of “RUN pip install google-cloud-sql-connector” which is the connector that I use in my coding in order to connect to GCP Postgres.