Skip to content

Commit d4e9107

Browse files
authored
added ninja-build and python3-venv as dependencies (#1604)
1 parent 7f68f66 commit d4e9107

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN sh -c 'echo set encoding=utf-8 > /root/.vimrc' \
1919
RUN rustup component add rustfmt clippy
2020

2121
# 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
22+
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
2323

2424
# Copy a dummy.rs and Cargo.toml first, so that dependencies are cached
2525
WORKDIR /libafl

0 commit comments

Comments
 (0)