diff options
author | murx- <till@fam-os.org> | 2020-03-18 10:38:35 +0100 |
---|---|---|
committer | murx- <till@fam-os.org> | 2020-03-18 10:38:35 +0100 |
commit | 215cbfc5b4c98afccc3150c24a3a465a23be5840 (patch) | |
tree | b455ddeb0aa42fd12e6afd2e627228bd99dabf11 /Dockerfile | |
parent | bef8fe27ebd2a1735932b0400288c4cec7ecb879 (diff) | |
download | afl-dyninst-215cbfc5b4c98afccc3150c24a3a465a23be5840.tar.gz |
Add symlink in Dockerfile to match Makefile
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
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 \ |