Closed LaithAzer closed 2 years ago
Not sure how this closed (I linked to it in a PR in a private repo, somehow github thought that fixed it), but it is still an issue.
Hi. Python 2 is not installed in the image. I see three possible solutions here:
sudo apt-get update && sudo apt-get install -y python2
.I hope that helps.
I am trying to update my app to use Ruby 2.7.5. Using the new
cimg/ruby:2.7.5-browsers
image gives me the following error when running in circleci and trying toyarn install
:cimg/ruby:2.7.5-node
also fails with the same error. This works withcimg/ruby:2.7.4-browsers
. Can 2.7.5 be fixed?Thank you.