aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile.arm
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.arm
parentfa506b1ff63f928b54a0419b0ce3015a623567e7 (diff)
Disable DOTNET_SYSTEM_GLOBALIZATION_INVARIANT in docker images
Diffstat (limited to 'Dockerfile.arm')
-rw-r--r--Dockerfile.arm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile.arm b/Dockerfile.arm
index edb8591c6..f961d6482 100644
--- a/Dockerfile.arm
+++ b/Dockerfile.arm
@@ -50,7 +50,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