Skip to content

Commit

Permalink
Merge pull request #41 from maniSHarma7575/do-not-install-libreadline…
Browse files Browse the repository at this point in the history
…-dev-dependency-twice

[Cleanup] Ruby: Do not install libreadline-dev dependency twice
  • Loading branch information
andrewn617 authored Jul 15, 2024
2 parents 7beef0a + c9cfb46 commit 22cfd28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/ruby/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 22cfd28

Please sign in to comment.