diff --git a/Dockerfile b/Dockerfile index 8f6c08f..449e56a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,15 +2,13 @@ FROM ubuntu:25.04 ENV DEBIAN_FRONTEND=noninteractive - RUN apt-get update \ && apt-get install -y --no-install-recommends \ openssh-server sudo ca-certificates nano file htop vim locales \ + python3 python3-pip \ && locale-gen en_US.UTF-8 \ && update-locale LANG=en_US.UTF-8 \ - && rm -rf /var/lib/apt/lists/* \ - && python3 python3-pip - + && rm -rf /var/lib/apt/lists/* RUN mkdir /var/run/sshd