Install git in final image
This commit is contained in:
parent
d279895563
commit
eb9c3ac31c
@ -20,4 +20,5 @@ RUN cargo build --release
|
|||||||
|
|
||||||
FROM alpine:latest
|
FROM alpine:latest
|
||||||
|
|
||||||
|
RUN apk --no-cache add --update git
|
||||||
COPY --from=builder /home/rust/src/target/x86_64-unknown-linux-musl/release/hoc /hoc
|
COPY --from=builder /home/rust/src/target/x86_64-unknown-linux-musl/release/hoc /hoc
|
||||||
|
Loading…
Reference in New Issue
Block a user