Dockerfile aktualisiert

This commit is contained in:
2025-11-14 10:14:05 +00:00
parent 78802b3d7c
commit 3f426363bb

View File

@@ -71,11 +71,6 @@ RUN echo "crime2" > /guide/crime2.txt
RUN echo 'if [ -f "/guide/$(whoami).txt" ]; then cat "/guide/$(whoami).txt"; fi' >> /etc/bash.bashrc
COPY motd /etc/motd
RUN echo 'export PS1="\u@$(hostname):\\$ "' >> /etc/profile
EXPOSE 22