about summary refs log tree commit diff
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-05-28 01:29:57 +0200
committervan Hauser <vh@thc.org>2020-05-28 01:29:57 +0200
commitef8d2528431c45ab3424969bd57b976979665f05 (patch)
treeece89d47ba88fd14ec83cdaa79953b6e6594519e
parentaf670ca138e7d34c42a656a9cb145f0bef91b3fe (diff)
downloadafl++-ef8d2528431c45ab3424969bd57b976979665f05.tar.gz
fix Dockerfile
-rw-r--r--Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index b59e91fb..5835d205 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -52,7 +52,7 @@ ARG LLVM_CONFIG=llvm-config-11
 
 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