Skip to content

Commit

Permalink
--limit=0 no longer works
Browse files Browse the repository at this point in the history
  • Loading branch information
jackkleeman committed Jun 4, 2024
1 parent da5941f commit 1b6c2a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM ghcr.io/rust-cross/rust-musl-cross:x86_64-musl AS x86_64-musl

FROM rust:1.75.0-bookworm
# prepopulate cargo index
RUN cargo search --limit=0
RUN cargo search --limit=1
RUN apt update && apt upgrade -y
RUN apt -y install \
g++-x86-64-linux-gnu \
Expand Down

0 comments on commit 1b6c2a4

Please sign in to comment.