diff options
author | Anthony Wang | 2020-07-29 20:04:36 -0500 |
---|---|---|
committer | GitHub | 2020-07-29 20:04:36 -0500 |
commit | 70c96d119bb2d2ff6079c4aaa2d12da8ded49c28 (patch) | |
tree | 6282f47fef8824519bf05901e4538f59114109b4 | |
parent | 878f4dca1d5b6778002ef0d4ceed122d17c87842 (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 & disown\n\twhile (! docker stats --no-stream )\n\tdo\n\t\techo "Waiting for Docker to launch..."\n\t\tsleep 1\n\tdone\n\tdocker run --privileged -it -e DEPTH=$((DEPTH-1)) -v /var/run/docker.sock:/var/run/docker.sock --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\twhile (! docker stats --no-stream )\n\tdo\n\t\techo "Waiting for Docker to launch..."\n\t\tsleep 1\n\tdone\n\tdocker run --privileged -it -e DEPTH=$((DEPTH-1)) --name arch-all-the-way-down ta180m/arch-all-the-way-down\nfi' > ~root/.bashrc
|