diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2025-07-25 12:04:49 +0200 |
|---|---|---|
| committer | Aleksandr Nogikh <nogikh@google.com> | 2025-07-29 09:54:26 +0000 |
| commit | 3b4ef3a2138bc14f4a6977174967afd6070c124c (patch) | |
| tree | cddd00ee5484f02ab5245b1813e5c9cd92150842 /syz-cluster/workflow | |
| parent | 5971223333d76c5f21de85038c78785ac766d696 (diff) | |
syz-cluster: add cpp to the fuzz container
It's required by pkg/csource to generate C reproducers.
Diffstat (limited to 'syz-cluster/workflow')
| -rw-r--r-- | syz-cluster/workflow/fuzz-step/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/syz-cluster/workflow/fuzz-step/Dockerfile b/syz-cluster/workflow/fuzz-step/Dockerfile index 0841b5f0d..201406f77 100644 --- a/syz-cluster/workflow/fuzz-step/Dockerfile +++ b/syz-cluster/workflow/fuzz-step/Dockerfile @@ -16,7 +16,7 @@ RUN GO_FLAGS=$(make go-flags 2>/dev/null) && go build "$GO_FLAGS" -o /bin/fuzz-s FROM debian:bookworm RUN apt-get update && \ - apt-get install -y qemu-system openssh-client curl + apt-get install -y qemu-system openssh-client curl cpp # Install clang tools. RUN apt-get install -y -q gnupg software-properties-common apt-transport-https |
