Dockerfile aktualisiert
This commit is contained in:
@@ -42,7 +42,7 @@ RUN sed -i 's/#PermitEmptyPasswords no/PermitEmptyPasswords no/' /etc/ssh/sshd_c
|
|||||||
|
|
||||||
|
|
||||||
RUN mkdir -p /guide
|
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 "crime2" > /guide/crime2.txt
|
||||||
|
|
||||||
RUN echo 'if [ -f "/guide/$(whoami).txt" ]; then cat "/guide/$(whoami).txt"; fi' >> /etc/bash.bashrc
|
RUN echo 'if [ -f "/guide/$(whoami).txt" ]; then cat "/guide/$(whoami).txt"; fi' >> /etc/bash.bashrc
|
||||||
|
|||||||
Reference in New Issue
Block a user