Skip to content

Commit

Permalink
Add net.git-fetch-with-cli=true
Browse files Browse the repository at this point in the history
  • Loading branch information
jmshrv committed Oct 15, 2023
1 parent a91e86b commit 42b826e
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 @@ -31,7 +31,7 @@ RUN --mount=type=bind,source=src,target=src \
# --mount=type=cache,target=/usr/local/cargo/registry/ \
<<EOF
set -e
cargo build --locked --release
cargo build --locked --release --config net.git-fetch-with-cli=true
cp ./target/release/$APP_NAME /bin/marvin2
EOF

Expand Down

0 comments on commit 42b826e

Please sign in to comment.