Install nodejs in Dockerfile to replace therubyracer

This commit is contained in:
Romain Pomier
2015-08-27 11:09:28 +02:00
parent 22ffeba825
commit 92d732f8a4

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