What is the proper way to deploy unix odbc driver in a docker container?
I am working on an Azure Functions project, which needs to communicate with Azure Databricks Sql Warehouse via “Simba Spark ODBC Driver”.
This driver has a dependency on “libodbc.so.2” and “libltdl.so.7”.
Since the Azure Functions in inherently “serverless”, I have to rely on a customer Docker container to provide access to these shared libraries and drivers. In my Docker file I make a number of attempts to install these dependencies. When this container is built, I “/bin/bash” into it to see whether these libraries have been installed: