Update Dockerfile

This commit is contained in:
Anthony Wang 2020-09-18 11:51:21 -05:00 committed by GitHub
parent 82b97b2bcd
commit 85d3910dcc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,5 @@
FROM archlinux
RUN pacman -Sy --noconfirm
RUN pacman -S docker --noconfirm
RUN pacman -Syu --noconfirm && pacman -S docker --noconfirm && pacman -Scc --noconfirm
RUN echo $'if [ ! -f .docker_setup_complete ] && [ $DEPTH != 1 ]\nthen\n\t>.docker_setup_complete\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