From 16ca1b4510ed00d873657b1764ccb1ce17ef773f Mon Sep 17 00:00:00 2001 From: van Hauser Date: Mon, 27 Jan 2020 00:20:35 +0100 Subject: dockerfile update --- Dockerfile | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/Dockerfile b/Dockerfile index 444e3ff..960c083 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ -FROM kalilinux/kali-rolling AS afl-dyninst-base -MAINTAINER mh@mh-sec.de +FROM kalilinux/kali-rolling AS afl-dyninst +MAINTAINER vh@thc.org ARG DEBIAN_FRONTEND=noninteractive RUN apt-get update && apt-get upgrade && apt-get install -y \ @@ -48,11 +48,3 @@ RUN git clone https://github.com/vanhauser-thc/afl-dyninst \ && echo "export DYNINSTAPI_RT_LIB=/usr/local/lib/libdyninstAPI_RT.so" >> .bashrc ENV DYNINSTAPI_RT_LIB /usr/local/lib/libdyninstAPI_RT.so - -# the afl-dyninst image: -FROM afl-dyninst-base AS afl-dyninst -CMD afl-dyninst.sh - -# the afl-fuzz-dyninst image (with afl++): -FROM afl-dyninst-base AS afl-fuzz-dyninst -CMD afl-fuzz-dyninst.sh -- cgit 1.4.1