diff options
author | Anthony Wang | 2020-07-29 19:04:05 -0500 |
---|---|---|
committer | GitHub | 2020-07-29 19:04:05 -0500 |
commit | 6ded23313d19dfb666d7f71d6573e09897575561 (patch) | |
tree | d4f469ef2a311c9687705954897f17232dc8261c | |
parent | 903d58b47364f5b74637a141ac1a4d5063f4ccd5 (diff) |
Update Dockerfile
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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
|