Skip to content
This repository has been archived by the owner on Jan 25, 2023. It is now read-only.

Commit

Permalink
Add bundler 1 for other older versions of ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
bcomnes committed Mar 14, 2019
1 parent 41c3abe commit 0efc09d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,9 @@ RUN /bin/bash -c "source ~/.rvm/scripts/rvm && \
rvm install 2.6.2 && rvm use 2.6.2 && gem install bundler && \
rvm install 2.5.4 && rvm use 2.5.4 && gem install bundler && \
rvm install 2.4.5 && rvm use 2.4.5 && gem install bundler && \
rvm install 2.2.9 && rvm use 2.2.9 && gem install bundler -v 1.17.3 && \
rvm install 2.3.6 && rvm use 2.3.6 && gem install bundler -v 1.17.3 && \
rvm install 2.4.3 && rvm use 2.4.3 && gem install bundler -v 1.17.3 && \
rvm use 2.6.2 --default && rvm cleanup all"

ENV PATH /usr/local/rvm/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
Expand Down

0 comments on commit 0efc09d

Please sign in to comment.