CircleCI-Public / cimg-android

The CircleCI Android Docker Convenience Image.
MIT License
75 stars 37 forks source link

cimg/android:2021.09.1 gem issue #19

Closed agustinsivoplas closed 2 years ago

agustinsivoplas commented 2 years ago

I have updated my confi.yml to use cimg/android:2021.09.1 as docker image, and now I have this error.

Any ideas?

Screen Shot 2021-09-21 at 16 29 44

FelicianoTech commented 2 years ago

The gem command, and Ruby for that matter, isn't pre-installed in the Android image. You can get it installed via the Ruby orb.

If you don't mind sharing, would you be able to let us know what's your Ruby use-case when using the Android image?

agustinsivoplas commented 2 years ago

Thanks, we use CodeCov/Fastlante/Firebase App Distribution, I will try to install manually. Thanks again

chrisjenx commented 2 years ago

Same, we use it for Fastlane