diff options
author | Anthony Wang | 2020-07-29 18:49:48 -0500 |
---|---|---|
committer | GitHub | 2020-07-29 18:49:48 -0500 |
commit | da1893b3156f65c693c0e467817579a80fa86720 (patch) | |
tree | b06821774e7bcd4e1405f884c2d6007d604816a4 | |
parent | 88f2a2ace6d9b9d8ff6069af2204208d2efeff14 (diff) |
Update Dockerfile
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,4 +4,4 @@ RUN pacman -Syu --noconfirm RUN pacman -S docker --noconfirm
-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
+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
|