We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ab3b6a9 + 25d7ad2 commit 9973723Copy full SHA for 9973723
Dockerfile
@@ -29,7 +29,7 @@ ENV TARGETS="x86_64-unknown-linux-musl aarch64-unknown-linux-musl x86_64-unknown
29
RUN rustup target add ${TARGETS}
30
31
# needed for cargo-chef and cargo-sbom, as well as many other compilations
32
-RUN apk add musl-dev linux-headers make clang mold python3
+RUN apk add musl-dev linux-headers make clang mold python3 git
33
34
# copy the cargo plugins from the tools stage
35
COPY --from=tools /cargo-cross /usr/local/cargo
0 commit comments