Update Dockerfile

This commit is contained in:
Anthony Wang 2020-07-29 18:49:48 -05:00 committed by GitHub
parent 88f2a2ace6
commit da1893b315
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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