is there a preferred method to install the .net core MVC controls when you are building and deploying through a Dockerized container? I haven't found a tutorial to bring the controls into the build easily.
- .net6 (core)
 - Telerik core MVC controls
 - Docker Image - mcr.microsoft.com/dotnet/sdk:6.0 AS build-env
 
