Native dll load fails in Docker container, but not when running locally
I have a .Net Standard dll which P/Invokes in a native dll compiled for win-x64. My .Net Core app runs without any issues on local machine. When I publish to a docker container containing .Net Core image, it fails to load the native dll. Are there any other dependencies?
.Net Core 3.1 on x64 Windows
Docker image - mcr.microsoft.com/dotnet/core/runtime:3.1