Commit 7078f7f6 authored by Robert Lord's avatar Robert Lord

Merge pull request #331 from pomier/fix-dockerfile

Fix Dockerfile by installing nodejs
parents 22ffeba8 92d732f8
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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment