diff options
Diffstat (limited to 'syz-cluster/workflow/fuzz-step/Dockerfile')
| -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 |
