From f4717804168e3832a3badae2511aec921b58d22a Mon Sep 17 00:00:00 2001 From: Captain Beyond Date: Sat, 16 Nov 2024 03:53:03 -0600 Subject: [PATCH] install python3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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