Updated locale
Test and Publish Coder Template / Test & Publish Template (push) Failing after 36s

This commit is contained in:
2026-07-11 17:03:32 +02:00 Verified
parent 04ec0ee1a9
commit 452543a431
+1 -1
View File
@@ -9,7 +9,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
&& rm -rf /var/lib/apt/lists/*
# 2. Setup Locales
RUN localedef -i en_US -c -f UTF-8 -A /usr/share/locale/locale.alias en_US.UTF-8
RUN locale-gen en_US.UTF-8
ENV LANG=en_US.utf8
# 3. Copy Gradle (This is fine as is)