mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-14 05:22:56 +00:00
Dockerfile: Install and configure for the locale en_US.UTF-8
.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user