mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-02-14 15:53:30 -07:00
Set default locale in Docker
This commit is contained in:
parent
3189111a0e
commit
b1297bb7df
|
|
@ -39,6 +39,8 @@ LABEL org.opencontainers.image.licenses="MIT"
|
||||||
RUN apk add --no-cache icu-libs
|
RUN apk add --no-cache icu-libs
|
||||||
RUN apk add --no-cache icu-data-full
|
RUN apk add --no-cache icu-data-full
|
||||||
ENV DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=false
|
ENV DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=false
|
||||||
|
ENV LC_ALL=en_US.UTF-8
|
||||||
|
ENV LANG=en_US.UTF-8
|
||||||
|
|
||||||
# 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
|
||||||
# https://github.com/Tyrrrz/DiscordChatExporter/issues/851
|
# https://github.com/Tyrrrz/DiscordChatExporter/issues/851
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue