--frozen
is not equivalent to specifying both --locked
and --offline
#15239
Labels
A-offline
Area: offline mode
C-bug
Category: bug
S-needs-team-input
Status: Needs input from team on whether/how to proceed.
Problem
This fails:
cargo install --path . --frozen
This works:
cargo install --path . --locked --offline
Steps
docker build -t myapp .
Possible Solution(s)
Specify both
--locked
and--offline
instead of--frozen
.Notes
Environment is Docker Desktop on WSL2
Version
The text was updated successfully, but these errors were encountered: