From de95a406075f87704ac3a884f3750d3656058891 Mon Sep 17 00:00:00 2001 From: Malfurious Date: Thu, 30 Mar 2023 02:46:43 -0400 Subject: Add sploit Docker image Signed-off-by: Malfurious Signed-off-by: dusoleil --- Dockerfile | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Dockerfile (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..cd4f53a --- /dev/null +++ b/Dockerfile @@ -0,0 +1,12 @@ +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