From da1893b3156f65c693c0e467817579a80fa86720 Mon Sep 17 00:00:00 2001 From: Anthony Wang Date: Wed, 29 Jul 2020 18:49:48 -0500 Subject: Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cd11210..86d8bdf 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 &\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 -- cgit v1.2.3-70-g09d2