From 6ec2c04aa3ee807b7ed8318f3f2625040b11911a Mon Sep 17 00:00:00 2001 From: Tyrrrz <1935960+Tyrrrz@users.noreply.github.com> Date: Sat, 11 Nov 2023 16:48:26 +0200 Subject: [PATCH] Use the full ICU in docker --- DiscordChatExporter.Cli.dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DiscordChatExporter.Cli.dockerfile b/DiscordChatExporter.Cli.dockerfile index edd8e783..0cb0c04a 100644 --- a/DiscordChatExporter.Cli.dockerfile +++ b/DiscordChatExporter.Cli.dockerfile @@ -36,7 +36,7 @@ LABEL org.opencontainers.image.source="https://github.com/Tyrrrz/DiscordChatExpo LABEL org.opencontainers.image.licenses="MIT" # Alpine image doesn't come with the ICU libraries pre-installed, so we need to install them manually -RUN apk add --no-cache icu-libs +RUN apk add --no-cache icu-data-full ENV DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=false # Create a non-root user to run the app, so that the output files can be accessed by the host