Skip to content

Commit

Permalink
Disable invariant
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Taylor committed Apr 11, 2024
1 parent 5d7ae8f commit 8da250a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ubuntu/Dockerfile
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 8da250a

Please sign in to comment.