diff --git a/Dockerfile b/Dockerfile index d824db7..1fbd4bf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -41,7 +41,7 @@ RUN sed -i 's/#PasswordAuthentication yes/PasswordAuthentication yes/' /etc/ssh/ RUN sed -i 's/#PermitEmptyPasswords no/PermitEmptyPasswords no/' /etc/ssh/sshd_config - +RUN mkdir -p /guide RUN echo "crime1" > /guide/crime1.txt RUN echo "crime2" > /guide/crime2.txt