From bb8f71773371abce430585ac0d541d28d13c86c1 Mon Sep 17 00:00:00 2001 From: Quickbed Date: Thu, 13 Nov 2025 11:23:13 +0000 Subject: [PATCH] Dockerfile aktualisiert --- Dockerfile | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index af2887b..866843a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -45,12 +45,25 @@ RUN mkdir -p /guide RUN printf "\e[37m↚ ↜ ↞ ↤ ↫ ↭ ↬ ↦ ↣ ↝ ↛ ↮ ↛ ↝ ↣ ↦ ↬ ↭ ↫ ↤ ↞ ↜ ↚\e[0m\n" > /guide/crime1.txt RUN printf "\n" >> /guide/crime1.txt -RUN printf "\e[37m✧\e[0m \e[31mWillkommen im Escape Room von Tim und Michail\e[0m \e[37m✧\e[0m\n" >> /guide/crime1.txt +RUN printf "\e[37m✧\e[0m \e[31mEin unfreundliches Willkommen im Escape Room\e[0m \e[37m✧\e[0m\n" >> /guide/crime1.txt +RUN printf "\n" >> /guide/crime1.txt +RUN printf "\n" >> /guide/crime1.txt +RUN printf "\033[91mACHTUNG!\033[0m" >> /guide/crime1.txt +RUN printf "\033[38;2;107;114;128mIn wenigen Augenblicken wird dein PC ausgelöscht\033[0m" >> /guide/crime1.txt +RUN printf "\033[38;2;107;114;128mes sei denn, du bestehst diese Prüfung. Vor dir liegen\033[0m" >> /guide/crime1.txt +RUN printf "\033[38;2;107;114;128m5 Level, und in jedem musst du in einer unheimlichen\033[0m" >> /guide/crime1.txt +RUN printf "\033[38;2;107;114;128mLinux-Umgebung ein verborgenes Passwort finden.\033[0m" >> /guide/crime1.txt +RUN printf "\033[38;2;107;114;128mNur dann kannst du deinen PC retten.\033[0m" >> /guide/crime1.txt +RUN printf "\n" >> /guide/crime1.txt +RUN printf "\n" >> /guide/crime1.txt +RUN printf "\033[38;2;107;114;128mAktuelles Level: \033[0m\033[37m1\033[0m" >> /guide/crime1.txt +RUN printf "\033[38;2;107;114;128mTipp: \033[0m\033[37m…\033[0m" >> /guide/crime1.txt RUN printf "\n" >> /guide/crime1.txt RUN printf "\e[37m↚ ↜ ↞ ↤ ↫ ↭ ↬ ↦ ↣ ↝ ↛ ↮ ↛ ↝ ↣ ↦ ↬ ↭ ↫ ↤ ↞ ↜ ↚\e[0m\n" >> /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