Skip to content

Instantly share code, notes, and snippets.

@esenthil2018
Created June 12, 2022 16:21
Show Gist options
  • Save esenthil2018/6234eab38454fc3ad1175e9bbccce0f6 to your computer and use it in GitHub Desktop.
Save esenthil2018/6234eab38454fc3ad1175e9bbccce0f6 to your computer and use it in GitHub Desktop.
# install necessary locales
RUN apt-get install -y locales \
&& echo "en_US.UTF-8 UTF-8" > /etc/locale.gen \
&& locale-gen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment