Python-node image does not contain Git?

If I use image circleci/python:3.6, all is well
If instead I use circleci/python:3.6.6-node (because I want npm installed), my build fails during checkout. I get

Either git or ssh (required by git to clone through SSH) is not installed in the image. Falling back to CircleCI's native git client but the behavior may be different from official git. If this is an issue, please use an image that has official git and ssh installed.

Is the python-node image wacked out? Can it be fixed? Or can I fix it in another step before checkout?

Solved it, was a path problem

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.