cimg-ruby
cimg-ruby copied to clipboard
The CircleCI Ruby Docker Convenience Image.
**Describe the Feature Request** Currently it appears no tests run on any images to ensure gems install properly / ruby is configured. Suggest having a basic test run to install...
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...
**Describe the bug** Can't `apt-get update` from `cimg/ruby-3.2.5-browsers` A clear and concise description of what the bug is. **To Reproduce** See https://gist.github.com/asavageiv/1331c7fa96bb3664a914eeb9f18d4cfa **Expected behavior** `apt-get update` works **Workarounds** Unsure. Could...