FROM debian:latest RUN apt-get update && apt-get -y install openssh-client python3 ADD run /bin/ ENTRYPOINT /bin/run