mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-02-14 07:43:31 -07:00
Use the full ICU in docker
This commit is contained in:
parent
7c014bf64d
commit
6ec2c04aa3
|
|
@ -36,7 +36,7 @@ LABEL org.opencontainers.image.source="https://github.com/Tyrrrz/DiscordChatExpo
|
||||||
LABEL org.opencontainers.image.licenses="MIT"
|
LABEL org.opencontainers.image.licenses="MIT"
|
||||||
|
|
||||||
# Alpine image doesn't come with the ICU libraries pre-installed, so we need to install them manually
|
# 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
|
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
|
# Create a non-root user to run the app, so that the output files can be accessed by the host
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue