Commit c3ed09e5 authored by kalvin's avatar kalvin

source $HOME/.rvm/scripts/rvm

parent 4b985799
...@@ -50,6 +50,7 @@ RUN yum groupinstall -y development ...@@ -50,6 +50,7 @@ RUN yum groupinstall -y development
RUN gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 RUN gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3
RUN curl -L get.rvm.io | bash -s stable RUN curl -L get.rvm.io | bash -s stable
RUN source /etc/profile.d/rvm.sh RUN source /etc/profile.d/rvm.sh
RUN source $HOME/.rvm/scripts/rvm
RUN rvm reload RUN rvm reload
RUN rvm install 2.3.3 RUN rvm install 2.3.3
RUN gem install bundler RUN gem install bundler
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment