Install git in final image

This commit is contained in:
Valentin Brandl 2019-04-16 17:52:16 +02:00
parent d279895563
commit eb9c3ac31c
No known key found for this signature in database
GPG Key ID: 30D341DD34118D7D

View File

@ -20,4 +20,5 @@ RUN cargo build --release
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