We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef2118e commit d0b4a45Copy full SHA for d0b4a45
apps/ai/Dockerfile
@@ -13,7 +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/*
+RUN apt-get update && apt-get install -y pkg-config 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