Dockerfile: Install and configure for the locale en_US.UTF-8.

This commit is contained in:
John Kirkham
2015-10-09 11:09:11 -04:00
parent d983654676
commit d6ec9ee05d

View File

@@ -1 +1,6 @@
FROM ubuntu:14.04
# Setting the language and encoding won't work without this tweak.
# See bug here ( https://bugs.launchpad.net/ubuntu/+bug/920601 ).
RUN DEBIAN_FRONTEND=noninteractive locale-gen en_US.UTF-8 && \
DEBIAN_FRONTEND=noninteractive dpkg-reconfigure locales