Skip to content

Commit 7555195

Browse files
committed
Merge pull request #16 from aranw/patch-1
Set Ubuntu to use UTF-8
2 parents 5731d02 + b65ea60 commit 7555195

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
FROM phusion/baseimage:0.9.15
22

3+
# Ensure UTF-8
4+
RUN locale-gen en_US.UTF-8
5+
ENV LANG en_US.UTF-8
6+
ENV LC_ALL en_US.UTF-8
7+
38
ENV HOME /root
49

510
RUN /etc/my_init.d/00_regen_ssh_host_keys.sh

0 commit comments

Comments
 (0)