diff --git a/Dockerfile b/Dockerfile index b7712f4..4573d53 100755 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ FROM debian:latest -RUN apt-get update && apt-get -y install openssh-client +RUN apt-get update && apt-get -y install openssh-client python3 ADD run /bin/ ENTRYPOINT /bin/run