aboutsummaryrefslogtreecommitdiffstats
path: root/syz-cluster/workflow/fuzz-step
diff options
context:
space:
mode:
authorAleksandr Nogikh <nogikh@google.com>2025-07-25 12:04:49 +0200
committerAleksandr Nogikh <nogikh@google.com>2025-07-29 09:54:26 +0000
commit3b4ef3a2138bc14f4a6977174967afd6070c124c (patch)
treecddd00ee5484f02ab5245b1813e5c9cd92150842 /syz-cluster/workflow/fuzz-step
parent5971223333d76c5f21de85038c78785ac766d696 (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/fuzz-step')
-rw-r--r--syz-cluster/workflow/fuzz-step/Dockerfile2
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