aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorCody Robibero <cody@robibe.ro>2021-09-28 19:09:37 -0600
committerCody Robibero <cody@robibe.ro>2021-09-28 19:09:37 -0600
commit6fb3ec0319e91a0557a1ba5d3139e938aa5dd154 (patch)
treeff2ecddbbacfc7ef10e825cd635cd063fc93b764 /Dockerfile
parentfa506b1ff63f928b54a0419b0ce3015a623567e7 (diff)
Disable DOTNET_SYSTEM_GLOBALIZATION_INVARIANT in docker images
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 73b5908b4..e655d62f3 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