Skip to content

Commit 77dfc7a

Browse files
authored
Update llvm ver in Dockerfile (#1629)
* llvm 15 * more
1 parent 1b7e1da commit 77dfc7a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ 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 python3-venv ninja-build
22+
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
2324

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

0 commit comments

Comments
 (0)