Created
June 12, 2022 16:21
-
-
Save esenthil2018/6234eab38454fc3ad1175e9bbccce0f6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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