aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Wang2020-07-29 18:48:21 -0500
committerGitHub2020-07-29 18:48:21 -0500
commit88f2a2ace6d9b9d8ff6069af2204208d2efeff14 (patch)
tree6464f99afac865a84a95a7700cca17963eb0365d
parent510bd77d50f411390679032b78c1c5e5bb3ff71d (diff)
Update Dockerfile
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 180004f..cd11210 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -4,4 +4,4 @@ RUN pacman -Syu --noconfirm
RUN pacman -S docker --noconfirm
-RUN echo $'if [ $DEPTH > 1 ]\nthen\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
+RUN echo $'if [ $DEPTH > 1 ]\nthen\n\tdockerd &\n\tdocker run --privileged -it -e DEPTH=$((DEPTH-1)) --name arch-all-the-way-down ta180m/arch-all-the-way-down\nfi' > ~root/.bashrc