Update Dockerfile to properly set shell encoding

This commit is contained in:
Matthew Jones
2015-01-09 10:58:31 -05:00
parent c72472fba9
commit d70d5a5c99

View File

@@ -1,5 +1,9 @@
FROM ubuntu:14.04
RUN locale-gen en_US.UTF-8
ENV LANG en_US.UTF-8
ENV LANGUAGE en_US:en
ENV LC_ALL en_US.UTF-8
RUN apt-get update
RUN apt-get install -y software-properties-common python-software-properties
RUN add-apt-repository -y ppa:chris-lea/redis-server; add-apt-repository -y ppa:chris-lea/zeromq