Creating the docker image for aspnet 3.1 for databricks

Hello All,

i am creating the docker image for aspnet 3.1 :

i have used the existing FROM mcr.microsoft.com/dotnet/core/aspnet:3.1 in docker file to be deployed on the databricks, it is not working.

databricks has the base image :databricksruntime/minimal:latest (which is ubuntu16.04)

now i am trying to manual install of the .net libraries in the docker file for the base image of databricks using the link https://docs.microsoft.com/en-us/dotnet/core/install/linux-package-manager-ubuntu-1604
but when building the docker image i am facing so many issues.

can any body suggest me the better approach.

thanks,
Mallik.