I really confused on this while im using the below
FROM python:3.12-slim
WORKDIR /Fdep
RUN mkdir ~/.ssh/
COPY /Fdep/id_rsa /root/.ssh/id_rsa
RUN chmod 400 /root/.ssh/id_rsa
RUN ssh-keyscan -H "bitbucket.org" >> ~/.ssh/known_hosts
it shows ssh-keyscan: not found when using python:3.12 it works fine is while installing that version also install SSH ?