Skip to content

Commit

Permalink
Actualización de Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jcabala14 committed Jan 22, 2018
1 parent 6b3b5b6 commit 66b98dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM ubuntu:16.10
FROM ubuntu

# Set the locale
RUN apt-get clean && apt-get update && apt-get install -y locales
RUN locale-gen en_US.UTF-8
ENV LANG en_US.UTF-8
ENV LANGUAGE en_US:en
Expand Down

0 comments on commit 66b98dd

Please sign in to comment.