Skip to content

Commit

Permalink
Install local-registry with locked deps (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
senekor authored Dec 1, 2024
1 parent 9e00d23 commit c259f38
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 @@ -10,7 +10,7 @@ RUN cargo build --release
FROM rust:1.80 AS build-cargo-local-registry

# install cargo-local-registry
RUN cargo install cargo-local-registry
RUN cargo install --locked cargo-local-registry
# download popular crates to local registry
WORKDIR /local-registry
COPY local-registry/* ./
Expand Down

0 comments on commit c259f38

Please sign in to comment.