Skip to content

Commit

Permalink
add clang
Browse files Browse the repository at this point in the history
  • Loading branch information
eaypek-tfh committed Jan 10, 2025
1 parent b690da3 commit 03b3222
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ RUN apt-get update && apt-get install -y \
ca-certificates \
protobuf-compiler \
wget \
cmake
cmake \
clang \
libclang-dev

RUN curl https://sh.rustup.rs -sSf | sh -s -- -y
ENV PATH "/root/.cargo/bin:${PATH}"
Expand Down

0 comments on commit 03b3222

Please sign in to comment.