79304991

Date: 2024-12-24 07:31:35
Score: 2.5
Natty:
Report link

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 ?

Reasons:
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: sakthii25