From e70c06743cf9aba67d9fb8daf67cef266dd370de Mon Sep 17 00:00:00 2001 From: Malfurious Date: Sun, 5 Jan 2025 00:42:34 -0500 Subject: Remove Docker image The original use-case for this feature is covered by an external tool. Signed-off-by: Malfurious --- Dockerfile | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 Dockerfile (limited to 'Dockerfile') 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"] -- cgit v1.2.3