Skip to content

Commit 9973723

Browse files
authored
Merge pull request #14 from rucoder/rucoder/add-git
Add git to our toolbox
2 parents ab3b6a9 + 25d7ad2 commit 9973723

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ ENV TARGETS="x86_64-unknown-linux-musl aarch64-unknown-linux-musl x86_64-unknown
2929
RUN rustup target add ${TARGETS}
3030

3131
# 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
32+
RUN apk add musl-dev linux-headers make clang mold python3 git
3333

3434
# copy the cargo plugins from the tools stage
3535
COPY --from=tools /cargo-cross /usr/local/cargo

0 commit comments

Comments
 (0)