dotnet coverage (test) raises No usable version of libssl was found
I have a solution which contains one .NET Core 3.1 project, and some .NET 6 and 8 projects.
I need an universal docker image containing .NET SDK (3.1, 6, 8) to run dotnet coverage with dotnet test inside. So, I made the image: