Skip to content
This repository was archived by the owner on Aug 7, 2018. It is now read-only.

Commit 9e1acb7

Browse files
committed
Hopefully fixed locale issue and added default entry command
1 parent 56fe6ab commit 9e1acb7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Dockerfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ RUN apt-get update && \
88

99
RUN curl https://install.meteor.com/ | sh
1010

11-
RUN export LC_ALL=C
11+
RUN echo 'export LANG=C' >> /etc/profile \
12+
&& echo 'export LC_ALL=C' >> /etc/profile \
13+
&& echo '' >> /etc/profile
1214

13-
CMD []
15+
CMD ["/bin/bash"]

0 commit comments

Comments
 (0)