diff options
| author | Cody Robibero <cody@robibe.ro> | 2021-09-28 19:09:37 -0600 |
|---|---|---|
| committer | Cody Robibero <cody@robibe.ro> | 2021-09-28 19:09:37 -0600 |
| commit | 6fb3ec0319e91a0557a1ba5d3139e938aa5dd154 (patch) | |
| tree | ff2ecddbbacfc7ef10e825cd635cd063fc93b764 /Dockerfile.arm64 | |
| parent | fa506b1ff63f928b54a0419b0ce3015a623567e7 (diff) | |
Disable DOTNET_SYSTEM_GLOBALIZATION_INVARIANT in docker images
Diffstat (limited to 'Dockerfile.arm64')
| -rw-r--r-- | Dockerfile.arm64 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile.arm64 b/Dockerfile.arm64 index db1edcfe6..aa6a98892 100644 --- a/Dockerfile.arm64 +++ b/Dockerfile.arm64 @@ -40,7 +40,7 @@ RUN apt-get update && apt-get install --no-install-recommends --no-install-sugge && 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 |
