Hi Team,
I am migrating my project to .Net 6 and below is the code I added in Dockerfile when I am using ASP.Net Core 3.1 for a successful build
Install GDI+ lib needed for Aspose.Cells
RUN apt-get update
RUN apt-get …...Build Image used as when I replaced “apt-get update;” with “apk...