Skip to content

Icu library not compatible with alpine 3.16 #167

@santoshsg1308

Description

@santoshsg1308

We are using below icu nuget packages
image

And below is the code

 using (var transliteratorLatn = Icu.Transliterator.CreateInstance("Any-Latn"))
                {
                    return transliteratorLatn.Transliterate(input, textMultiplier);
                }

Everything was working fine with alpine3.15 and icu=69.1-r1. However moving to alpine3.16 and icu=71.1-r2 the above code started to give the below exception
image

Did already raised a bug report at dotnet/dotnet-docker#3851 to fix the error in the build pipeline.

However, for the exception occuring in the code it was advised the icu.net repo is not compatible with alpine3.16. Can you please help?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions