removed setting of locale

This commit is contained in:
2026-03-19 15:16:44 +01:00 Verified
parent e6e8d1e21c
commit 9a4bc0b17c
-4
View File
@@ -11,10 +11,6 @@ RUN apt-get update \
jq \
locales
# Sets local
RUN localedef -i en_US -c -f UTF-8 -A /usr/share/locale/locale.alias en_US.UTF-8
ENV LANG=en_US.utf8
# Clears apt lists
RUN rm -rf /var/lib/apt/lists/*