mirror of
https://github.com/tlsnotary/tlsn.git
synced 2026-01-09 14:48:13 -05:00
fix(notary): install libclang in docker image (#740)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user