diff options
| author | van Hauser <vh@thc.org> | 2020-03-19 15:20:39 +0100 |
|---|---|---|
| committer | van Hauser <vh@thc.org> | 2020-03-19 15:20:39 +0100 |
| commit | be261b3e69baa93dc3dcb54bcc066fe397716e91 (patch) | |
| tree | fe6caca1eda451d35ed9e5cb9cdaf6df8c806df4 /Dockerfile | |
| parent | f6847b0314320c1799efd238295d3aa4411c3f23 (diff) | |
| download | afl++-be261b3e69baa93dc3dcb54bcc066fe397716e91.tar.gz | |
moved repository to https://github.com/AFLplusplus/AFLplusplus and updated links
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile index 396954ab..1adc2167 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,7 +31,7 @@ ARG CC=gcc-9 ARG CXX=g++-9 ARG LLVM_CONFIG=llvm-config-9 -RUN git clone https://github.com/vanhauser-thc/AFLplusplus +RUN git clone https://github.com/AFLplusplus/AFLplusplus RUN cd AFLplusplus && make clean && make distrib && \ make install && cd .. && rm -rf AFLplusplus |
