We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba7e43e commit 4b1918bCopy full SHA for 4b1918b
1 file changed
docker/Dockerfile
@@ -72,6 +72,9 @@ RUN apt-get -y update && \
72
rm -rf /var/lib/apt/lists/*
73
74
# Set locale to en_US.UTF-8
75
+RUN echo "LC_ALL=en_US.UTF-8" >> /etc/environment && \
76
+ echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen && \
77
+ echo "LANG=en_US.UTF-8" > /etc/locale.conf
78
RUN dpkg-reconfigure locales && \
79
locale-gen en_US.UTF-8 && \
80
update-locale LC_ALL en_US.UTF-8
0 commit comments