From c9cfb464afdf5c75a53534c376920bfba81668c9 Mon Sep 17 00:00:00 2001 From: maniSHarma7575 Date: Sat, 13 Jul 2024 21:54:58 +0530 Subject: [PATCH] [Cleanup] Do not install libreadline-dev dependency twice --- features/ruby/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/ruby/install.sh b/features/ruby/install.sh index 4d20d97..adecca3 100755 --- a/features/ruby/install.sh +++ b/features/ruby/install.sh @@ -5,7 +5,7 @@ USERNAME="${USERNAME:-"${_REMOTE_USER:-"automatic"}"}" apt-get update -y apt-get -y install --no-install-recommends libssl-dev libreadline-dev zlib1g-dev autoconf bison build-essential \ - libyaml-dev libreadline-dev libncurses5-dev libffi-dev libgdbm-dev libxml2-dev rustc + libyaml-dev libncurses5-dev libffi-dev libgdbm-dev libxml2-dev rustc git clone https://github.com/rbenv/rbenv.git /usr/local/share/rbenv git clone https://github.com/rbenv/ruby-build.git /usr/local/share/ruby-build