We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5e3861 commit 8e1988cCopy full SHA for 8e1988c
image/base/slim.Dockerfile
@@ -81,7 +81,7 @@ RUN mkdir /jemalloc-new && cd /jemalloc-new &&\
81
cd / && rm -rf /jemalloc-new
82
83
RUN echo 'gem: --no-document' >> /usr/local/etc/gemrc &&\
84
- mkdir /src && cd /src && git clone https://github.com/sstephenson/ruby-build.git &&\
+ mkdir /src && git -C /src clone https://github.com/rbenv/ruby-build.git &&\
85
cd /src/ruby-build && ./install.sh &&\
86
cd / && rm -rf /src/ruby-build && (ruby-build 2.7.5 /usr/local)
87
0 commit comments