From 912c8af450a4b41b78116dd32e4aaf98255c9b98 Mon Sep 17 00:00:00 2001 From: Fesaa <77553571+Fesaa@users.noreply.github.com> Date: Wed, 19 Mar 2025 16:17:39 +0000 Subject: [PATCH] More Localization Fixes (#3655) --- Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index bfa12805e..bfc253c0e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -39,8 +39,5 @@ HEALTHCHECK --interval=30s --timeout=15s --start-period=30s --retries=3 CMD curl # Enable detection of running in a container ENV DOTNET_RUNNING_IN_CONTAINER=true -# Set the invariant mode since ICU package isn't included (see https://github.com/dotnet/announcements/issues/20) -ENV DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=true - ENTRYPOINT [ "/bin/bash" ] CMD ["/entrypoint.sh"]