Asp core console application on linux docker container

I had created asp core console application and within this application i had used c++ binary (dll file) reference.For my asp core application i am able to create image on linux docker but while run into the container it throws filenotfoundexception on executing C++ binary function(C++ dll unable to load or one of its dependency).Can some one help me to resolve this issue?