Dockerfile aktualisiert
This commit is contained in:
@@ -2,10 +2,15 @@ FROM ubuntu:25.04
|
|||||||
|
|
||||||
ENV DEBIAN_FRONTEND=noninteractive
|
ENV DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
|
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
&& apt-get install -y --no-install-recommends openssh-server sudo ca-certificates nano file htop vim \
|
&& apt-get install -y --no-install-recommends \
|
||||||
|
openssh-server sudo ca-certificates nano file htop vim locales \
|
||||||
|
&& locale-gen en_US.UTF-8 \
|
||||||
|
&& update-locale LANG=en_US.UTF-8 \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
|
|
||||||
RUN mkdir /var/run/sshd
|
RUN mkdir /var/run/sshd
|
||||||
|
|
||||||
RUN useradd -m -s /bin/bash crime1
|
RUN useradd -m -s /bin/bash crime1
|
||||||
|
|||||||
Reference in New Issue
Block a user