Skip to content

Commit 889147d

Browse files
author
Jeremy Wentworth
committed
added ENV LANG en_US.UTF-8
1 parent 446309c commit 889147d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
FROM ubuntu:14.04
22

3+
ENV LANG en_US.UTF-8
4+
35
RUN apt-get update && \
46
apt-get install -y vim redis-server 2.6 && \
57
rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)