We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f68f66 commit d4e9107Copy full SHA for d4e9107
Dockerfile
@@ -19,7 +19,7 @@ RUN sh -c 'echo set encoding=utf-8 > /root/.vimrc' \
19
RUN rustup component add rustfmt clippy
20
21
# Install clang 11, common build tools
22
-RUN apt update && apt install -y build-essential gdb git wget clang clang-tools libc++-11-dev libc++abi-11-dev llvm
+RUN apt update && apt install -y build-essential gdb git wget clang clang-tools libc++-11-dev libc++abi-11-dev llvm python3-venv ninja-build
23
24
# Copy a dummy.rs and Cargo.toml first, so that dependencies are cached
25
WORKDIR /libafl
0 commit comments