Skip to content

Commit

Permalink
Add Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Byron Ruth <[email protected]>
  • Loading branch information
bruth committed Jun 7, 2017
1 parent 766f268 commit 21a2811
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
FROM alpine:3.5

RUN apk add --update ca-certificates

COPY ./dist/linux-amd64/diff-table /

ENTRYPOINT ["/diff-table"]

0 comments on commit 21a2811

Please sign in to comment.