Commit 982e9962 authored by kalvin's avatar kalvin

/usr/local/rvm/

parent b675accc
...@@ -52,8 +52,7 @@ RUN yum install -y readline-devel zlib-devel libffi-devel libyaml-devel openssl- ...@@ -52,8 +52,7 @@ RUN yum install -y readline-devel zlib-devel libffi-devel libyaml-devel openssl-
RUN gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 RUN gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3
RUN curl -sSL https://rvm.io/mpapis.asc | gpg --import - RUN curl -sSL https://rvm.io/mpapis.asc | gpg --import -
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 export PATH=/usr/local/rvm/bin:$PATH
RUN source ~/.bashrc;source ~/.bash_profile
RUN rvm reload RUN rvm reload
RUN rvm requirements run RUN rvm requirements run
RUN rvm install 2.4 RUN rvm install 2.4
......
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