Skip to content

Commit 57ff1a3

Browse files
committed
[full] Ruby: Don't pre-install a secondary version
1 parent e4cc312 commit 57ff1a3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

full/Dockerfile

-1
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,6 @@ RUN curl -sSL https://rvm.io/mpapis.asc | gpg --import - \
236236
&& curl -fsSL https://get.rvm.io | bash -s stable \
237237
&& bash -lc " \
238238
rvm requirements \
239-
&& rvm install 2.5.8 \
240239
&& rvm install 2.6.6 \
241240
&& rvm use 2.6.6 --default \
242241
&& rvm rubygems current \

0 commit comments

Comments
 (0)