Dockerfile aktualisiert
This commit is contained in:
12
Dockerfile
12
Dockerfile
@@ -42,11 +42,13 @@ RUN sed -i 's/#PermitEmptyPasswords no/PermitEmptyPasswords no/' /etc/ssh/sshd_c
|
|||||||
|
|
||||||
|
|
||||||
RUN mkdir -p /guide
|
RUN mkdir -p /guide
|
||||||
RUN echo "\033[37m↚ ↜ ↞ ↤ ↫ ↭ ↬ ↦ ↣ ↝ ↛ ↮ ↛ ↝ ↣ ↦ ↬ ↭ ↫ ↤ ↞ ↜ ↚\033[0m" > /guide/crime1.txt
|
|
||||||
RUN echo "" > /guide/crime1.txt
|
RUN printf "\e[37m↚ ↜ ↞ ↤ ↫ ↭ ↬ ↦ ↣ ↝ ↛ ↮ ↛ ↝ ↣ ↦ ↬ ↭ ↫ ↤ ↞ ↜ ↚\e[0m\n" > /guide/crime1.txt
|
||||||
RUN echo "\033[37m✧\033[0m\033[31m Willkommen im Escape Room von Tim und Michail \033[0m\033[37m✧\033[0m" >> /guide/crime1.txt
|
RUN printf "\n" >> /guide/crime1.txt
|
||||||
RUN echo "" > /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 echo "\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 "crime2" > /guide/crime2.txt
|
||||||
|
|||||||
Reference in New Issue
Block a user