aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Wang2020-07-29 18:42:34 -0500
committerGitHub2020-07-29 18:42:34 -0500
commit744d7784cd74bb6c596170d8586557d04dbfb6d4 (patch)
tree8ab4090b2b7bb0e1a4a5e62fe1d7e4f6e400a0e5
parent5aa4e548d2dd411293d3ed546df400441e59d45a (diff)
Update Dockerfile
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index cfeeef7..1ca57a5 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -4,4 +4,4 @@ RUN pacman -Syu --noconfirm
RUN pacman -S docker --noconfirm
-RUN echo $'if [ $DEPTH > 1 ] \n dockerd | docker run --privileged -it -e DEPTH=$((DEPTH+1)) --name arch-all-the-way-down ta180m/arch-all-the-way-down /bin/bash \n fi' > ~root/.bashrc \ No newline at end of file
+RUN echo $'if [ $DEPTH > 1 ]\n\tdockerd | docker run --privileged -it -e DEPTH=$((DEPTH+1)) --name arch-all-the-way-down ta180m/arch-all-the-way-down\nfi' > ~root/.bashrc