diff options
author | Ruben ten Hove <git@rhtenhove.nl> | 2020-10-28 11:02:44 +0100 |
---|---|---|
committer | Ruben ten Hove <git@rhtenhove.nl> | 2020-10-28 11:02:44 +0100 |
commit | 90e04d49094c413eeb55483c62434e11ee0cd888 (patch) | |
tree | 06a2088cd5bb227bc8ed13affe968ef743a6dc98 | |
parent | 0f140578120c2cb439539e227f1b6adf42f70f65 (diff) | |
download | afl++-90e04d49094c413eeb55483c62434e11ee0cd888.tar.gz |
cache is already removed here
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile index 511b679c..36f45121 100644 --- a/Dockerfile +++ b/Dockerfile @@ -45,8 +45,6 @@ RUN apt-get update && apt-get full-upgrade -y && \ RUN update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-10 0 RUN update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-10 0 -RUN rm -rf /var/cache/apt/archives/* - ENV LLVM_CONFIG=llvm-config-11 ENV AFL_SKIP_CPUFREQ=1 |