commit | ef8d2528431c45ab3424969bd57b976979665f05 | [log] [tgz] |
---|---|---|
author | van Hauser <vh@thc.org> | Thu May 28 01:29:57 2020 +0200 |
committer | van Hauser <vh@thc.org> | Thu May 28 01:29:57 2020 +0200 |
tree | ece89d47ba88fd14ec83cdaa79953b6e6594519e | |
parent | af670ca138e7d34c42a656a9cb145f0bef91b3fe [diff] |
fix Dockerfile
diff --git a/Dockerfile b/Dockerfile index b59e91f..5835d20 100644 --- a/Dockerfile +++ b/Dockerfile
@@ -52,7 +52,7 @@ RUN git clone https://github.com/AFLplusplus/AFLplusplus -RUN cd AFLplusplus && export REAL_CXX=g++ && make distrib && \ - make install && cd .. && make clean +RUN cd AFLplusplus && export REAL_CXX=g++-10 && make distrib && \ + make install && make clean ENV AFL_SKIP_CPUFREQ=1