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 7c5291a commit ed39025Copy full SHA for ed39025
ci/Dockerfile
@@ -19,11 +19,7 @@ RUN locale-gen en_US.UTF-8 \
19
&& /usr/sbin/update-locale LANG=en_US.UTF-8 \
20
&& dpkg-reconfigure -f noninteractive locales
21
22
-RUN git clone https://github.com/rbenv/rbenv.git $HOME/.rbenv \
23
- && cd $HOME/.rbenv \
24
- && src/configure \
25
- && make -C src \
26
- && ln -s $HOME/.rbenv/bin/rbenv /usr/local/bin
+RUN git clone https://github.com/rbenv/rbenv.git $HOME/.rbenv && ln -s $HOME/.rbenv/libexec/rbenv /usr/local/bin
27
28
RUN eval "$(rbenv init -)" \
29
&& git clone https://github.com/rbenv/ruby-build.git $(rbenv root)/plugins/ruby-build
0 commit comments