From eb9c3ac31c3b522aa71165b06532ef9081a2871f Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Tue, 16 Apr 2019 17:52:16 +0200 Subject: [PATCH] Install git in final image --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index b36c8c3..24c09ec 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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