Dockerfile aktualisiert

This commit is contained in:
2025-11-13 11:23:13 +00:00
parent f227c7d24f
commit bb8f717733

View File

@@ -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