diff options
author | Anthony Wang | 2020-07-29 23:30:08 +0000 |
---|---|---|
committer | GitHub | 2020-07-29 23:30:08 +0000 |
commit | 048fa9318b46ebea0628ee2e2157f0d7a4a730fb (patch) | |
tree | 9b7ea2d9bffa9a9c57df98c579f5708fb8a4b9df | |
parent | 12fe806c724a907392a0385ea5357ca2629aa826 (diff) |
Add files via upload
-rw-r--r-- | Dockerfile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..cfeeef7 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,7 @@ +FROM archlinux
+
+RUN pacman -Syu --noconfirm
+
+RUN pacman -S docker --noconfirm
+
+RUN echo $'if [ $DEPTH > 1 ] \n dockerd | docker run --privileged -it -e DEPTH=$((DEPTH+1)) --name arch-all-the-way-down ta180m/arch-all-the-way-down /bin/bash \n fi' > ~root/.bashrc
\ No newline at end of file |