We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 85503f8 + 4b1918b commit 017da87Copy full SHA for 017da87
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