We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0eeacab commit ef2118eCopy full SHA for ef2118e
apps/ai/Dockerfile
@@ -13,6 +13,7 @@ RUN mkdir -p apps/ai/src && echo "fn main() {}" > apps/ai/src/main.rs
13
RUN cargo chef prepare --recipe-path recipe.json
14
15
FROM rust:${RUST_VERSION}-bookworm AS build
16
+RUN apt-get update && apt-get install -y libasound2-dev && rm -rf /var/lib/apt/lists/*
17
RUN cargo install cargo-chef sccache --locked
18
ENV RUSTC_WRAPPER=sccache \
19
SCCACHE_DIR=/sccache
0 commit comments