summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorMalfurious <m@lfurio.us>2025-01-05 00:42:34 -0500
committerMalfurious <m@lfurio.us>2025-01-05 00:42:34 -0500
commite70c06743cf9aba67d9fb8daf67cef266dd370de (patch)
treeadcfb2d528bc4bd318190cfe45e4f451990d96f6 /Dockerfile
parent23c750d2edc712c4a37e0774049a1a0f9a966009 (diff)
downloadnsploit-e70c06743cf9aba67d9fb8daf67cef266dd370de.tar.gz
nsploit-e70c06743cf9aba67d9fb8daf67cef266dd370de.zip
Remove Docker image
The original use-case for this feature is covered by an external tool. Signed-off-by: Malfurious <m@lfurio.us>
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile12
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"]