Skip to content

Commit 8e1988c

Browse files
author
Gabe Pacuilla
authored
DEV: use proper upstream repo path for ruby-build (#609)
1 parent b5e3861 commit 8e1988c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

image/base/slim.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ RUN mkdir /jemalloc-new && cd /jemalloc-new &&\
8181
cd / && rm -rf /jemalloc-new
8282

8383
RUN echo 'gem: --no-document' >> /usr/local/etc/gemrc &&\
84-
mkdir /src && cd /src && git clone https://github.com/sstephenson/ruby-build.git &&\
84+
mkdir /src && git -C /src clone https://github.com/rbenv/ruby-build.git &&\
8585
cd /src/ruby-build && ./install.sh &&\
8686
cd / && rm -rf /src/ruby-build && (ruby-build 2.7.5 /usr/local)
8787

0 commit comments

Comments
 (0)