fix(notary): install libclang in docker image (#740)

This commit is contained in:
sinu.eth
2025-03-20 10:53:32 -07:00
committed by GitHub
parent 4cdd1395e8
commit 20137b8c6c

View File

@@ -17,6 +17,7 @@
#
# (5) rust:latest is still using bullseye somehow which only has OpenSSL 1.1.1
FROM rust:bookworm AS builder
RUN apt-get update && apt-get install -y clang libclang-dev
WORKDIR /usr/src/tlsn
COPY . .
RUN cargo install --path crates/notary/server