CircleCI-Public / cimg-ruby

The CircleCI Ruby Docker Convenience Image.
https://circleci.com/developer/images/image/cimg/ruby
MIT License
33 stars 39 forks source link

Bug Report: curb(1.0.1) can't be installed in ruby:2.7.4-node #169

Open tomwang57 opened 6 months ago

tomwang57 commented 6 months ago

image: cimg/ruby:2.7.4-node error: curb(1.0.1) gem can't be installed with error message:

Can't find libcurl or curl/curl.h (RuntimeError)

Make sure development libs (ie libcurl4-openssl-dev) are installed on the
system.

  Try passing --with-curl-dir or --with-curl-lib and --with-curl-include
  options to extconf.

Then i tried to install libcurl4-openssl-dev as suggested, but it also can't be installed with error message:

Unable to locate package libcurl4-openssl-dev

So i've got no way.