Does anyone know of a prefect image that has an ss...
# prefect-server
l
Does anyone know of a prefect image that has an ssh client installed? I just need this (from official docs)
Copy code
FROM prefecthq/prefect:latest
RUN apt update && apt install -y openssh-client
I feel like someone else has to have made this and put it out on dockerhub already. I know, I'm being lazy. 🙂
k
I haven’t seen one yet lol and normally people add a lot of other stuff so I kinda doubt you’ll have exactly this.
l
oh well, worth the ask 🙂