~alpine/users

Error in libgdiplus

Zvonimir Kunetić (Span) <Zvonimir.Kunetic@span.eu>
Details
Message ID
<AM0PR03MB6227C3490282D2A31C14E9C59FB99@AM0PR03MB6227.eurprd03.prod.outlook.com>
DKIM signature
missing
Download raw message
Hi,

We are using your library libgdiplus, and from yesterday we get following error:
Message: The type initializer for 'Gdip' threw an exception.

Docker file that we are using is here:

FROM mcr.microsoft.com/dotnet/core/aspnet:3.1.0-alpine AS runtime

# add globalization support
RUN apk add --no-cache icu-libs

# install System.Drawing native dependencies
RUN apk add libgdiplus --update-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing/ --allow-untrusted

ENV DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=false

WORKDIR /app
COPY . .

EXPOSE 4200


Please can you help us.

Best regards,
Zvonimir
Reply to thread Export thread (mbox)