Skip to content

Commit 40a09df

Browse files
committed
docker: update libclang to libclang-dev for API container
1 parent 7008d65 commit 40a09df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/hhai-dev-api.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RUN cargo build --release -p api
2323
FROM debian:bookworm-slim
2424

2525
RUN apt-get -y update \
26-
&& apt-get install -y libssl3 ca-certificates libpq-dev libxml2-dev libclang
26+
&& apt-get install -y libssl3 ca-certificates libpq-dev libxml2-dev libclang-dev
2727

2828
COPY --from=build-step /src/target/release/api /bin/api
2929

0 commit comments

Comments
 (0)