Commit 506095a1 authored by Matthias Kadenbach's avatar Matthias Kadenbach Committed by Robert Lord

Add git to allow rake build

parent 7452f6b1
FROM ubuntu:trusty FROM ubuntu:trusty
RUN apt-get update RUN apt-get update
RUN apt-get install -yq ruby ruby-dev build-essential RUN apt-get install -yq ruby ruby-dev build-essential git
RUN gem install --no-ri --no-rdoc bundler RUN gem install --no-ri --no-rdoc bundler
ADD Gemfile /app/Gemfile ADD Gemfile /app/Gemfile
ADD Gemfile.lock /app/Gemfile.lock 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