Skip to content

Commit

Permalink
Install dependencies for docker #122
Browse files Browse the repository at this point in the history
  • Loading branch information
danpersa committed Dec 4, 2018
1 parent 538a841 commit 978e16f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ WORKDIR /go/src/github.com/zalando-stups/skrop

RUN go get github.com/Masterminds/glide

RUN glide install

RUN go build ./cmd/skrop

# final stage
Expand Down

0 comments on commit 978e16f

Please sign in to comment.