forked from Docker/baseimage-docker
Merge pull request #336 from axilleas/fix-locales
Reconfigure locales and expose them in Dockerfile
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user