diff --git a/Dockerfile b/Dockerfile index 3b82b1e..f313556 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # Stage 1: Build patched Rust FFI with HKDF support for Element Call E2EE # Fork: onestacked/livekit-rust-sdks branch EC-compat-changes # PR: https://github.com/livekit/rust-sdks/pull/904 -FROM rust:latest AS rust-build +FROM rust:bookworm AS rust-build RUN apt-get update && apt-get install -y --no-install-recommends \ git cmake g++ libssl-dev pkg-config protobuf-compiler \ libva-dev libglib2.0-dev nasm make clang \