Connect to MSSQL using python jaydebeapi from inside a Docker Image
I have a Python code that's running properly on my system (Mac OS Catalina) but is failing when I am using it in my docker image. I am open to having a completely new dockerfile as well if that can…