From 544469780aabe163e1aad92de9e8ece16d5073f8 Mon Sep 17 00:00:00 2001 From: Philippe Antoine Date: Tue, 4 Mar 2025 11:11:58 +0100 Subject: [PATCH] ci: fix clusterfuzzlite build --- .clusterfuzzlite/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/.clusterfuzzlite/Dockerfile b/.clusterfuzzlite/Dockerfile index 93e2a73809..24fa3a1ffd 100644 --- a/.clusterfuzzlite/Dockerfile +++ b/.clusterfuzzlite/Dockerfile @@ -11,6 +11,7 @@ RUN git clone --depth 1 -b develop https://github.com/madler/zlib.git RUN git clone --depth=1 https://github.com/catenacyber/fuzzpcap ENV RUSTUP_TOOLCHAIN nightly +RUN rustup toolchain install nightly-x86_64-unknown-linux-gnu RUN cargo install --force cbindgen RUN git clone --depth 1 https://github.com/OISF/libhtp.git libhtp -- 2.47.2