.NET6 and docker: Couldn't find a valid ICU package installed on the system
I'm trying to containerize a .NET6 WebApi with a postgrescontainer. I have this Docker file to build the web api image: #See https://aka.ms/containerfastmode to understand how Visual Studio uses this Dockerfile to build your images for faster debugging. FROM mcr.microsoft.com/dotnet/aspnet:6.0…