From 215cbfc5b4c98afccc3150c24a3a465a23be5840 Mon Sep 17 00:00:00 2001 From: murx- Date: Wed, 18 Mar 2020 10:38:35 +0100 Subject: Add symlink in Dockerfile to match Makefile --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 76634d2..d230fab 100644 --- a/Dockerfile +++ b/Dockerfile @@ -37,6 +37,8 @@ RUN git clone https://github.com/vanhauser-thc/AFLplusplus \ && make clean \ && cd .. +RUN mkdir -p /path/to/dyninst/ && ln -s /dyninst/build /path/to/dyninst/build-directory + RUN git clone https://github.com/vanhauser-thc/afl-dyninst \ && cd afl-dyninst \ && ln -s ../AFLplusplus afl \ -- cgit 1.4.1