Add future update

This commit is contained in:
Valentin Brandl 2019-04-24 00:26:23 +02:00
parent be42090658
commit 0a79c1a5b5
No known key found for this signature in database
GPG Key ID: 30D341DD34118D7D

View File

@ -28,6 +28,11 @@ RUN cargo build --release
FROM alpine:latest
RUN apk --no-cache add --update git
# once we don't need a git binary anymore, this should be enough
# FROM scratch
# COPY --from=linuxkit/ca-certificates:v0.7 / /
COPY --from=builder /home/rust/src/target/x86_64-unknown-linux-musl/release/hoc /hoc
ENTRYPOINT ["/hoc"]