summary refs log tree commit diff
path: root/Dockerfile
diff options
context:
space:
mode:
authormurx- <till@fam-os.org>2020-03-18 10:38:35 +0100
committermurx- <till@fam-os.org>2020-03-18 10:38:35 +0100
commit215cbfc5b4c98afccc3150c24a3a465a23be5840 (patch)
treeb455ddeb0aa42fd12e6afd2e627228bd99dabf11 /Dockerfile
parentbef8fe27ebd2a1735932b0400288c4cec7ecb879 (diff)
downloadafl-dyninst-215cbfc5b4c98afccc3150c24a3a465a23be5840.tar.gz
Add symlink in Dockerfile to match Makefile
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 2 insertions, 0 deletions
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 \