mirror of
https://github.com/fspc/freehub.git
synced 2025-02-28 19:43:24 -05:00
Playing with Gitpod .. fun stuff
This commit is contained in:
parent
694ae64e41
commit
f337e294ea
@ -4,9 +4,11 @@
|
|||||||
# 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
|
||||||
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 Docker
|
||||||
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user