Skip to content

Commit

Permalink
review
Browse files Browse the repository at this point in the history
Signed-off-by: Brian L. Troutwine <[email protected]>
  • Loading branch information
blt committed Nov 6, 2024
1 parent 0a785b5 commit 759c7c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ WORKDIR /app
RUN apt-get update && apt-get install -y \
protobuf-compiler fuse3 libfuse3-dev \
&& rm -rf /var/lib/apt/lists/*
RUN cargo install cargo-chef
RUN cargo install cargo-chef --locked

# Planning stage, artifact is 'recipe.json'
FROM chef AS planner
Expand Down

0 comments on commit 759c7c8

Please sign in to comment.