Hey there,
I am attempting to deploy my software from a cloud bitbucket repository to Google App Engine using the google-app-engine-deploy bitbucket pipeline [1].
My application is written in python, and now requires the pyodbc pip library in order to connect to a SQL Server. In order to get this pip package to install, you first must install unixodbc-dev with `apt-get -y install unixodbc-dev`, otherwise you get a missing dependency error.
I am currently getting this missing dependency error in my pipeline, I believe this is because the google-app-engine-deploy pipeline [1] does not include this library.
Is there a workaround I can use to deploy my application? Or would it be possible for the pipeline to install this package, to allow me to install all of my requirements.txt?
Screenshots:
My pipeline step that is failing:

The error in the step:

Thank you,
Daniel
[1]https://bitbucket.org/atlassian/google-app-engine-deploy/src/master/