diff --git a/Dockerfile b/Dockerfile index d74c9f7..8df07b2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,6 +9,7 @@ RUN apt-get update \ && locale-gen en_US.UTF-8 \ && update-locale LANG=en_US.UTF-8 \ && rm -rf /var/lib/apt/lists/* + && python3 python3-pip RUN mkdir /var/run/sshd