Use C everywhere

This commit is contained in:
Jan Provaznik 2021-11-24 15:24:17 +01:00
parent 6b2d75fc44
commit f77e611bdf
15 changed files with 30 additions and 30 deletions

View file

@ -13,5 +13,5 @@ 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 C.UTF-8
ENV LANGUAGE en_US:en
ENV LANGUAGE C
ENV LC_ALL C.UTF-8