mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2025-06-18 14:35:37 -04:00
Install both the iclu-libs
and icu-data-full
in Docker
This commit is contained in:
parent
6ec2c04aa3
commit
3189111a0e
@ -36,6 +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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user