ci: maybe fix docker build for kafka

This commit is contained in:
Wez Furlong
2023-09-13 09:35:19 -07:00
parent 18f7c953bc
commit ba262ff006
+2 -2
View File
@@ -5,8 +5,8 @@
# If that diverges then weird or broken linkage issues will ensue.
FROM lukemathwalker/cargo-chef:latest-rust-bookworm AS chef
RUN apt update
# Needed for building rocksdb
RUN apt install -y libclang-dev
# Needed for building rocksdb, kafka
RUN apt install -y libclang-dev cmake
WORKDIR /app