diff options
| author | vanhauser-thc <vh@thc.org> | 2022-07-07 11:10:12 +0200 |
|---|---|---|
| committer | vanhauser-thc <vh@thc.org> | 2022-07-07 11:10:12 +0200 |
| commit | 05080f32eeaf2cf357cd7ba4eff5743baf28237b (patch) | |
| tree | 7dd1d8e4380f39cf1120e195a9a408b079915b69 /Dockerfile | |
| parent | 1759859ae2795ac5538b3a8e682d807d394c663e (diff) | |
| download | afl++-05080f32eeaf2cf357cd7ba4eff5743baf28237b.tar.gz | |
fixes
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile index 610c664d..6246148f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,8 @@ # # This Dockerfile for AFLplusplus uses Ubuntu 22.04 jammy and -# installs LLVM 14 for afl-clang-lto support :-) +# installs LLVM 14 for afl-clang-lto support. +# +# GCC 11 is used instead of 12 because genhtml for afl-cov doesn't like it. # FROM ubuntu:22.04 AS aflplusplus @@ -25,6 +27,7 @@ RUN apt-get update && \ libglib2.0-dev \ wget vim jupp nano bash-completion less \ apt-utils apt-transport-https ca-certificates gnupg dialog \ + joe vim ssh \ libpixman-1-dev \ gnuplot-nox \ && rm -rf /var/lib/apt/lists/* |
