aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Wang2020-07-29 19:04:05 -0500
committerGitHub2020-07-29 19:04:05 -0500
commit6ded23313d19dfb666d7f71d6573e09897575561 (patch)
treed4f469ef2a311c9687705954897f17232dc8261c
parent903d58b47364f5b74637a141ac1a4d5063f4ccd5 (diff)
Update Dockerfile
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 8741cac..430913d 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -4,4 +4,4 @@ RUN pacman -Sy --noconfirm
RUN pacman -S docker --noconfirm
-RUN echo $'if [ $DEPTH > 1 ]\nthen\n\tdockerd & > /dev/null 2>&1\n\tdocker 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 &>/dev/null & disown\n\tdocker run --privileged -it -e DEPTH=$((DEPTH-1)) --name arch-all-the-way-down ta180m/arch-all-the-way-down\nfi' > ~root/.bashrc