Dockerfile aktualisiert

This commit is contained in:
2025-11-13 09:53:41 +00:00
parent 2bfce04457
commit f979ef6cda

View File

@@ -42,7 +42,7 @@ RUN sed -i 's/#PermitEmptyPasswords no/PermitEmptyPasswords no/' /etc/ssh/sshd_c
RUN mkdir -p /guide
RUN echo "crime1" > /guide/crime1.txt
RUN echo "\033[31m✧ Willkommen im Escape Room von Tim und Michail ✧\033[0m" > /guide/crime1.txt
RUN echo "crime2" > /guide/crime2.txt
RUN echo 'if [ -f "/guide/$(whoami).txt" ]; then cat "/guide/$(whoami).txt"; fi' >> /etc/bash.bashrc