ERROR: ODBC Driver 17 for SQL Server

Hi,
I’m trying to run a python app on windows 10 desktop docker and i get as message :

I have installed the ODBC driver on wsl.
if i run it through wsl command “$ python3 myapp.py” is running perfectly but through the docker it cannot find the sql server odbc driver.

Any idea?

Thanks in advance…