1
0
mirror of https://github.com/fspc/freehub.git synced 2025-02-28 11:33:25 -05:00

Corrected a comment

This commit is contained in:
Jonathan Rosenbaum 2022-01-11 07:43:06 +00:00
parent f337e294ea
commit 63fa79e1b0

View File

@ -8,7 +8,7 @@ LABEL Jonathan Rosenbaum <gnuser@gmail.com>
RUN git clone https://github.com/asalant/freehub.git
# requires >= ruby-2.3 so will need to update Docker
# 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