Skip to content

Commit

Permalink
Install local-registry with locked deps (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
senekor authored Dec 1, 2024
1 parent 86a0b48 commit 7127342
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 @@ -32,7 +32,7 @@ RUN cargo build --release
FROM build-base 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 7127342

Please sign in to comment.