Skip to content

Commit

Permalink
Add future update
Browse files Browse the repository at this point in the history
  • Loading branch information
vbrandl committed Apr 23, 2019
1 parent be42090 commit 0a79c1a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Expand Up @@ -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"]

0 comments on commit 0a79c1a

Please sign in to comment.