I have created an image for my asp.net core v2.0 MVC application, inside one controller I need to call a windows C++ dll which requires all the dll dependencies under the directory of system32 on my windows host, but docker containers seems fails to find the dll dependencies, are there any solutions for this issue? Thanks.