diff --git a/Dockerfile b/Dockerfile index 83ccea8..0826dc0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM ubuntu:22.04 ENV DEBIAN_FRONTEND=noninteractive RUN apt-get update \ - && apt-get install -y --no-install-recommends openssh-server sudo ca-certificates \ + && apt-get install -y --no-install-recommends openssh-server sudo ca-certificates nano file htop vim \ && rm -rf /var/lib/apt/lists/* RUN mkdir /var/run/sshd