Merge pull request #336 from axilleas/fix-locales

Reconfigure locales and expose them in Dockerfile
This commit is contained in:
Travis Rowland
2017-03-19 01:04:14 -07:00
committed by GitHub

View File

@@ -9,4 +9,8 @@ RUN /bd_build/prepare.sh && \
/bd_build/fix_pam_bug.sh && \
/bd_build/cleanup.sh
ENV LANG en_US.UTF-8
ENV LANGUAGE en_US:en
ENV LC_ALL en_US.UTF-8
CMD ["/sbin/my_init"]