1
0
mirror of https://github.com/fspc/freehub.git synced 2025-04-04 10:03:23 -04:00

Compare commits

..

No commits in common. "63fa79e1b03789eb7edd820e6445c0dab2044633" and "694ae64e4195c6f81d1d89e1ab8132f47c607bb3" have entirely different histories.

View File

@ -4,11 +4,9 @@
# Password is test for greeter, sfbk, mechanic, scbc, cbi, admin # Password is test for greeter, sfbk, mechanic, scbc, cbi, admin
FROM bikebike/bikebike FROM bikebike/bikebike
LABEL Jonathan Rosenbaum <gnuser@gmail.com> MAINTAINER Jonathan Rosenbaum <gnuser@gmail.com>
RUN git clone https://github.com/asalant/freehub.git RUN git clone git://github.com/asalant/freehub.git
# requires >= ruby-2.3 so will need to update the BikeBike image
RUN gem install bundler RUN gem install bundler
#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