From 8da250ac02817a329025526f6e37527aa0ec4634 Mon Sep 17 00:00:00 2001 From: Joshua Taylor Date: Thu, 11 Apr 2024 16:09:55 -0500 Subject: [PATCH] Disable invariant --- ubuntu/Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ubuntu/Dockerfile b/ubuntu/Dockerfile index 8d8cb4e..30b4832 100644 --- a/ubuntu/Dockerfile +++ b/ubuntu/Dockerfile @@ -1,6 +1,8 @@ FROM ubuntu +ENV DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1 + RUN apt update && \ - apt install -y zip unzip curl wget libicu xz && \ + apt install -y zip unzip curl wget xz-utils && \ apt-get clean && \ rm -rf /var/cache/apt/archives \ No newline at end of file