From 63fa79e1b03789eb7edd820e6445c0dab2044633 Mon Sep 17 00:00:00 2001 From: Jonathan Rosenbaum Date: Tue, 11 Jan 2022 07:43:06 +0000 Subject: [PATCH] Corrected a comment --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 19d0bd3..245a259 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ LABEL Jonathan Rosenbaum 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