Skip to content

Commit d0b4a45

Browse files
committed
update dockerfile
1 parent ef2118e commit d0b4a45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/ai/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +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/*
16+
RUN apt-get update && apt-get install -y pkg-config libasound2-dev && rm -rf /var/lib/apt/lists/*
1717
RUN cargo install cargo-chef sccache --locked
1818
ENV RUSTC_WRAPPER=sccache \
1919
SCCACHE_DIR=/sccache

0 commit comments

Comments
 (0)