Use C.UTF-8

This commit is contained in:
Jan Provaznik 2021-12-13 10:31:08 +00:00 committed by Rémy Coutable
parent dbf11edefc
commit 8bd9fd997e
17 changed files with 60 additions and 64 deletions

View file

@ -12,6 +12,6 @@ RUN cd /usr/bin && find ../lib/google-cloud-sdk/bin -type f -executable -exec ln
# Set UTF-8 http://jaredmarkell.com/docker-and-locales/
# Must be set after install-essentials is run
ENV LANG en_US.UTF-8
ENV LANGUAGE en_US:en
ENV LC_ALL en_US.UTF-8
ENV LANG C.UTF-8
ENV LANGUAGE C
ENV LC_ALL C.UTF-8