Skip to content

Commit

Permalink
Merge pull request #697 from gaw19/fix_utf
Browse files Browse the repository at this point in the history
Add default support for listing notebooks with non-english names in Docker
  • Loading branch information
minrk authored Jun 2, 2017
2 parents a3533f4 + bec1878 commit 5a85442
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ FROM debian:jessie
MAINTAINER Project Jupyter <[email protected]>

ENV DEBIAN_FRONTEND=noninteractive
ENV LANG=C.UTF-8
RUN apt-get update \
&& apt-get install -y -q \
build-essential \
Expand Down

0 comments on commit 5a85442

Please sign in to comment.