diff options
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/Dockerfile b/Dockerfile deleted file mode 100644 index cd4f53a..0000000 --- a/Dockerfile +++ /dev/null @@ -1,12 +0,0 @@ -FROM archlinux - -RUN pacman-key --init \ - && pacman -Syyu --needed --noconfirm git netcat python python-pip radare2 \ - && pacman -Scc --noconfirm - -COPY . /sploit -RUN pip install /sploit - -WORKDIR /home -ENTRYPOINT ["/sploit/docker-entry.sh"] -CMD ["--help"] |