aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorBond-009 <bond.009@outlook.com>2021-09-29 09:42:47 +0200
committerGitHub <noreply@github.com>2021-09-29 09:42:47 +0200
commitbe6fe62d524c67f7b495b697bf48e4824c1dd245 (patch)
treeff2ecddbbacfc7ef10e825cd635cd063fc93b764 /Dockerfile
parentfa506b1ff63f928b54a0419b0ce3015a623567e7 (diff)
parent6fb3ec0319e91a0557a1ba5d3139e938aa5dd154 (diff)
Merge pull request #6629 from crobibero/globalize
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 73b5908b4e..e655d62f37 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -61,7 +61,7 @@ RUN apt-get update \
&& chmod 777 /cache /config /media \
&& sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen && locale-gen
-ENV DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1
+# ENV DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1
ENV LC_ALL en_US.UTF-8
ENV LANG en_US.UTF-8
ENV LANGUAGE en_US:en