Skip to content

Commit ed39025

Browse files
author
David O'Sullivan
committed
Fixes issues with rbenv
1 parent 7c5291a commit ed39025

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

ci/Dockerfile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,7 @@ RUN locale-gen en_US.UTF-8 \
1919
&& /usr/sbin/update-locale LANG=en_US.UTF-8 \
2020
&& dpkg-reconfigure -f noninteractive locales
2121

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
22+
RUN git clone https://github.com/rbenv/rbenv.git $HOME/.rbenv && ln -s $HOME/.rbenv/libexec/rbenv /usr/local/bin
2723

2824
RUN eval "$(rbenv init -)" \
2925
&& git clone https://github.com/rbenv/ruby-build.git $(rbenv root)/plugins/ruby-build

0 commit comments

Comments
 (0)