File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ RUN yum update -y && \
1010 yum install -y git-core zlib zlib-devel gcc-c++ patch readline readline-devel libffi-devel openssl-devel make bzip2 autoconf automake libtool bison curl sqlite-devel
1111
1212RUN rm -rf /root/.rbenv/
13- RUN git clone git ://github.com/sstephenson /rbenv.git /root/.rbenv
13+ RUN git clone https ://github.com/rbenv /rbenv.git /root/.rbenv
1414ENV PATH="/root/.rbenv/bin:$PATH"
1515RUN echo 'eval "$(rbenv init -)"' >> /root/.bashrc
16- RUN git clone git ://github.com/sstephenson /ruby-build.git /root/.rbenv/plugins/ruby-build
16+ RUN git clone https ://github.com/rbenv /ruby-build.git /root/.rbenv/plugins/ruby-build
1717RUN source /root/.bashrc
1818RUN RUNTIME_VERSIONS=($(rbenv install -L | grep -oE $(echo "^${RUNTIME_VERSION}\.[0-9]+"))) && \
1919 RUNTIME_LATEST_VERSION=${RUNTIME_VERSIONS[-1]} && \
Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ RUN yum update -y && \
1010 yum install -y git-core zlib zlib-devel gcc-c++ patch readline readline-devel libffi-devel openssl-devel make bzip2 autoconf automake libtool bison curl sqlite-devel
1111
1212RUN rm -rf /root/.rbenv/
13- RUN git clone git ://github.com/sstephenson /rbenv.git /root/.rbenv
13+ RUN git clone https ://github.com/rbenv /rbenv.git /root/.rbenv
1414ENV PATH="/root/.rbenv/bin:$PATH"
1515RUN echo 'eval "$(rbenv init -)"' >> /root/.bashrc
16- RUN git clone git ://github.com/sstephenson /ruby-build.git /root/.rbenv/plugins/ruby-build
16+ RUN git clone https ://github.com/rbenv /ruby-build.git /root/.rbenv/plugins/ruby-build
1717RUN source /root/.bashrc
1818RUN RUNTIME_VERSIONS=($(rbenv install -L | grep -oE $(echo "^${RUNTIME_VERSION}\.[0-9]+"))) && \
1919 RUNTIME_LATEST_VERSION=${RUNTIME_VERSIONS[-1]} && \
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ RUN apt-get update -y && \
1313
1414RUN ln -sf /bin/bash /bin/sh
1515RUN rm -rf /root/.rbenv/
16- RUN git clone git ://github.com/sstephenson /rbenv.git /root/.rbenv
16+ RUN git clone https ://github.com/rbenv /rbenv.git /root/.rbenv
1717ENV PATH="/root/.rbenv/bin:$PATH"
1818RUN echo 'eval "$(rbenv init -)"' >> /root/.bashrc
19- RUN git clone git ://github.com/sstephenson /ruby-build.git /root/.rbenv/plugins/ruby-build
19+ RUN git clone https ://github.com/rbenv /ruby-build.git /root/.rbenv/plugins/ruby-build
2020RUN bash /root/.bashrc
2121
2222RUN RUNTIME_VERSIONS=($(rbenv install -L | grep -oE $(echo "^${RUNTIME_VERSION}\.[0-9]+"))) && \
You can’t perform that action at this time.
0 commit comments