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

Compare commits

...

2 Commits

Author SHA1 Message Date
Jonathan Rosenbaum
63fa79e1b0 Corrected a comment 2022-01-11 07:43:06 +00:00
Jonathan Rosenbaum
f337e294ea Playing with Gitpod .. fun stuff 2022-01-11 07:24:01 +00:00

View File

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