This commit is contained in:
Louis Vézina 2017-11-28 19:40:56 -05:00
parent 56b28eb6e8
commit d466f4abe1
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
FROM debian:buster
RUN locale-gen en_US.UTF-8
RUN sed -i 's/^# *\(en_US.UTF-8\)/\1/' /etc/locale.gen
RUN locale-gen
ENV LANG en_US.UTF-8
ENV LANGUAGE en_US:en
ENV LC_ALL en_US.UTF-8