Added locale in container to support non-ascii characters in grunt-sass/scss

This commit is contained in:
Philippe Pepos Petitclerc 2015-02-13 16:28:49 -05:00
parent b2b107a5c1
commit f102217b81
1 changed files with 6 additions and 0 deletions

View File

@ -1,6 +1,12 @@
FROM ubuntu:trusty
MAINTAINER Philippe Pepos Petitclerc <philippe.pepos-petitclerc@savoirfairelinux.com>
# Set the locale
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 -yq apache2 npm nodejs-legacy supervisor ruby
RUN npm install -g grunt-cli