aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorRuben ten Hove <git@rhtenhove.nl>2020-10-28 10:39:58 +0100
committerRuben ten Hove <git@rhtenhove.nl>2020-10-28 10:39:58 +0100
commit0d0e220b4badbcfaaab67de5a1b82bbc0326515e (patch)
tree10874105c744d1b0d59c4a2233489351b5a74436 /Dockerfile
parent8cdf04ec909d96b64ab786c0b859a0d9ea7c7624 (diff)
downloadAFLplusplus-0d0e220b4badbcfaaab67de5a1b82bbc0326515e.tar.gz
word-o
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
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