Update tools

This commit is contained in:
Tim
2025-11-13 11:53:05 +01:00
parent 01b6d5040f
commit 10151b194e

View File

@@ -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