aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Wang2020-07-29 18:46:35 -0500
committerGitHub2020-07-29 18:46:35 -0500
commite9f22448c617c58baf6f1332ea2ba1e780e15fa6 (patch)
tree60d5bcdc4b2670353e9b089efc825ceed99a6f64
parent2c13d119df554dcc4a12f639df2f61426ce7641a (diff)
Update Dockerfile
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 1ca57a5..ee41119 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -4,4 +4,4 @@ RUN pacman -Syu --noconfirm
RUN pacman -S docker --noconfirm
-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
+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