Dockerfile aktualisiert

This commit is contained in:
2025-11-17 13:57:28 +00:00
parent 9c40f10618
commit 555664d4c8

View File

@@ -5,11 +5,12 @@ 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 \
python3 python3-pip procps \
&& locale-gen en_US.UTF-8 \
&& update-locale LANG=en_US.UTF-8 \
&& rm -rf /var/lib/apt/lists/*
RUN mkdir /var/run/sshd
RUN useradd -m -s /bin/bash crime1