jruby / docker-jruby

MIT License
18 stars 27 forks source link

Use bundler --jobs to speedup gem installation? #4

Closed nightscape closed 6 years ago

nightscape commented 9 years ago

Hi @cpuguy83,

bundler has a nice option --jobs NUM_WORKERS to speed up gem installation. What do you think of adding that to the ONBUILD RUN bundle install line?

Best Martin

cpuguy83 commented 9 years ago

I'd like to keep this as close to the main ruby image as possible.

ping @tianon @yosifkit

tianon commented 9 years ago

docker-library/ruby#35 would be the relevant issue for ruby :+1:

cpuguy83 commented 6 years ago

Since ONBUILD is deprecated in the official images, I'm going to close this as not neccessary. Thanks!