Merge pull request #331 from pomier/fix-dockerfile

Fix Dockerfile by installing nodejs
This commit is contained in:
Robert Lord 2015-08-27 19:57:34 -04:00
commit 7078f7f6e8

View file

@ -1,7 +1,7 @@
FROM ubuntu:trusty
RUN apt-get update
RUN apt-get install -yq ruby ruby-dev build-essential git
RUN apt-get install -yq ruby ruby-dev build-essential git nodejs
RUN gem install --no-ri --no-rdoc bundler
ADD Gemfile /app/Gemfile
ADD Gemfile.lock /app/Gemfile.lock