diff options
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 |