diff options
author | hexcoder <hexcoder-@users.noreply.github.com> | 2022-09-16 10:53:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-16 10:53:53 +0200 |
commit | 9d9d2cada99b339a25d987de83ca13187a0ab3c2 (patch) | |
tree | dd79b3ab2963290a2b8fecfb9a9a2843bf12ec7b | |
parent | 4e73828645312a509c163bf56395ad12ebd0132a (diff) | |
download | afl++-9d9d2cada99b339a25d987de83ca13187a0ab3c2.tar.gz |
Typo
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile index 2ac37370..8a825b36 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ LABEL "about"="AFLplusplus container image" ### Comment out to enable these features # Only available on specific ARM64 boards ENV NO_CORESIGHT=1 -# Possbile but unlikely in a docker container +# Possible but unlikely in a docker container ENV NO_NYX=1 ### Only change these if you know what you are doing: |