mirror of
https://github.com/fspc/freehub.git
synced 2025-04-04 10:03:23 -04:00
Specify bundler version compatible with ruby 1.9.3
This commit is contained in:
parent
694ae64e41
commit
72d95fe5ef
@ -7,7 +7,7 @@ FROM bikebike/bikebike
|
|||||||
MAINTAINER Jonathan Rosenbaum <gnuser@gmail.com>
|
MAINTAINER Jonathan Rosenbaum <gnuser@gmail.com>
|
||||||
|
|
||||||
RUN git clone git://github.com/asalant/freehub.git
|
RUN git clone git://github.com/asalant/freehub.git
|
||||||
RUN gem install bundler
|
RUN gem install bundler -v 1.15.4
|
||||||
#RUN apt-get -y install ruby-dev
|
#RUN apt-get -y install ruby-dev
|
||||||
RUN bundle install --gemfile=/freehub/Gemfile
|
RUN bundle install --gemfile=/freehub/Gemfile
|
||||||
RUN service mysql start; cd /freehub; rake db:create:all; rake db:migrate; rake db:fixtures:load
|
RUN service mysql start; cd /freehub; rake db:create:all; rake db:migrate; rake db:fixtures:load
|
||||||
|
Loading…
x
Reference in New Issue
Block a user