Skip to content

Commit 3e6a865

Browse files
committed
docker: add cargo-afl to container
Used to run cargo-afl based fuzzers. Signed-off-by: Patrick Roy <[email protected]>
1 parent f78b653 commit 3e6a865

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/devctr/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ RUN curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain "$RUST_TOOL
110110
&& rustup target add x86_64-unknown-linux-musl \
111111
&& rustup target add aarch64-unknown-linux-musl \
112112
&& rustup component add llvm-tools-preview \
113-
&& cargo install --locked cargo-audit cargo-deny grcov cargo-sort \
113+
&& cargo install --locked cargo-audit cargo-deny grcov cargo-sort cargo-afl \
114114
&& (if [ "$ARCH" = "x86_64" ]; then cargo install --locked kani-verifier && cargo kani setup; else true; fi) \
115115
\
116116
&& apt-get update \

0 commit comments

Comments
 (0)