File tree 3 files changed +6
-6
lines changed
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 && \
10
10
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
11
11
12
12
RUN 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
14
14
ENV PATH="/root/.rbenv/bin:$PATH"
15
15
RUN 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
17
17
RUN source /root/.bashrc
18
18
RUN RUNTIME_VERSIONS=($(rbenv install -L | grep -oE $(echo "^${RUNTIME_VERSION}\.[0-9]+"))) && \
19
19
RUNTIME_LATEST_VERSION=${RUNTIME_VERSIONS[-1]} && \
Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ RUN yum update -y && \
10
10
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
11
11
12
12
RUN 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
14
14
ENV PATH="/root/.rbenv/bin:$PATH"
15
15
RUN 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
17
17
RUN source /root/.bashrc
18
18
RUN RUNTIME_VERSIONS=($(rbenv install -L | grep -oE $(echo "^${RUNTIME_VERSION}\.[0-9]+"))) && \
19
19
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 && \
13
13
14
14
RUN ln -sf /bin/bash /bin/sh
15
15
RUN 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
17
17
ENV PATH="/root/.rbenv/bin:$PATH"
18
18
RUN 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
20
20
RUN bash /root/.bashrc
21
21
22
22
RUN RUNTIME_VERSIONS=($(rbenv install -L | grep -oE $(echo "^${RUNTIME_VERSION}\.[0-9]+"))) && \
You can’t perform that action at this time.
0 commit comments