diff options
author | Ruben ten Hove <git@rhtenhove.nl> | 2020-10-28 10:39:58 +0100 |
---|---|---|
committer | Ruben ten Hove <git@rhtenhove.nl> | 2020-10-28 10:39:58 +0100 |
commit | 0d0e220b4badbcfaaab67de5a1b82bbc0326515e (patch) | |
tree | 10874105c744d1b0d59c4a2233489351b5a74436 | |
parent | 8cdf04ec909d96b64ab786c0b859a0d9ea7c7624 (diff) | |
download | afl++-0d0e220b4badbcfaaab67de5a1b82bbc0326515e.tar.gz |
word-o
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile index 6e932fdc..788969b4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ # This Dockerfile for AFLplusplus uses Ubuntu 20.04 focal and # installs LLVM 11 from llvm.org for afl-clang-lto support :-) # It also installs gcc/g++ 10 from the Ubuntu development platform -# has focal has gcc-10 but not g++-10 ... +# since focal has gcc-10 but not g++-10 ... # FROM ubuntu:20.04 AS aflplusplus |