This commit is contained in:
Louis Vézina 2017-11-28 20:22:08 -05:00
parent d466f4abe1
commit be4d2b2b58
1 changed files with 2 additions and 5 deletions

View File

@ -1,10 +1,7 @@
FROM debian:buster
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
ENV LANG C.UTF-8
ENV LC_ALL C.UTF-8
EXPOSE 6767