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 1b7e1da commit 77dfc7aCopy full SHA for 77dfc7a
Dockerfile
@@ -19,7 +19,8 @@ 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 python3-venv ninja-build
+RUN apt update && apt install -y build-essential gdb git wget python3-venv ninja-build lsb-release software-properties-common gnupg
23
+RUN wget https://apt.llvm.org/llvm.sh && chmod +x llvm.sh && ./llvm.sh 15
24
25
# Copy a dummy.rs and Cargo.toml first, so that dependencies are cached
26
WORKDIR /libafl
0 commit comments