Which of the following docker images is used to build an ASP.NET app?
dotnet/core/sdk
dotnet/core/aspnet
None of these
Both
The dotnet/core/sdk image includes the Command Line Tools (CLI) and is optimized for local development, debugging, and unit testing.