Skip to content

Commit ef2118e

Browse files
committed
update dockerfile
1 parent 0eeacab commit ef2118e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/ai/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ RUN mkdir -p apps/ai/src && echo "fn main() {}" > apps/ai/src/main.rs
1313
RUN cargo chef prepare --recipe-path recipe.json
1414

1515
FROM rust:${RUST_VERSION}-bookworm AS build
16+
RUN apt-get update && apt-get install -y libasound2-dev && rm -rf /var/lib/apt/lists/*
1617
RUN cargo install cargo-chef sccache --locked
1718
ENV RUSTC_WRAPPER=sccache \
1819
SCCACHE_DIR=/sccache

0 commit comments

Comments
 (0)