diff --git a/build/Dockerfile b/build/Dockerfile index 96183c9..eb2d00a 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -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/*