Skip to content

Commit

Permalink
Add Dockerfile (gopasspw#561)
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikschulz authored Dec 24, 2017
1 parent 254ced0 commit 5637942
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
FROM golang:1.9-alpine AS builder

RUN apk add -U make git gnupg

ADD . /go/src/github.com/justwatchcom/gopass
WORKDIR /go/src/github.com/justwatchcom/gopass

RUN make install

CMD [ "/go/src/github.com/justwatchcom/gopass/gopass" ]

0 comments on commit 5637942

Please sign in to comment.