diff --git a/Dockerfile b/Dockerfile index bc2319a..5f05891 100644 --- a/Dockerfile +++ b/Dockerfile @@ -70,11 +70,6 @@ RUN printf "\e[37m↚ ↜ ↞ ↤ ↫ ↭ ↬ ↦ ↣ ↝ ↛ ↮ ↛ ↝ ↣ RUN echo "crime2" > /guide/crime2.txt RUN echo 'if [ -f "/guide/$(whoami).txt" ]; then cat "/guide/$(whoami).txt"; fi' >> /etc/bash.bashrc - - -RUN mkdir -p /home/crime5 -RUN chown -R crime5:crime5 /home/crime5 - # Skript für Typanimation COPY guide/crime5/typewrite.sh /usr/local/bin/typewrite.sh RUN chmod +x /usr/local/bin/typewrite.sh