libpng warning: iCCP: known incorrect sRGB profile in .NET Core – Docker
We have .NET Core application which is hosted under Linux based Docker container. System.Drawing library wasn't working here so we needed to installed libpng with command apt-get install -y --no-install-recommends libgdiplus libc6-dev. It sorted out image problem but we can…