-
Ubuntu Kerberos note
Ubuntu already includes Kerberos libraries by default (including GSSAPI).
-
.NET 10 dependency list
libgssapi-krb5-2 is listed as a required dependency that must be explicitly installed.
-
But the official .NET 10 runtime-deps image does NOT install this library:
https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/10.0/resolute/amd64/Dockerfile
If Ubuntu already ships Kerberos, and the official runtime-deps image does not install libgssapi-krb5-2, why does the .NET 10 dependency documentation say this library must be explicitly installed?
Ubuntu Kerberos note
Ubuntu already includes Kerberos libraries by default (including GSSAPI).
.NET 10 dependency list
libgssapi-krb5-2is listed as a required dependency that must be explicitly installed.core/release-notes/10.0/dotnet-dependencies.md
Line 413 in 44c196d
But the official .NET 10 runtime-deps image does NOT install this library:
https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/10.0/resolute/amd64/DockerfileIf Ubuntu already ships Kerberos, and the official runtime-deps image does not install
libgssapi-krb5-2, why does the .NET 10 dependency documentation say this library must be explicitly installed?