Skip to content

Commit

Permalink
Merge pull request #258 from andybrucenet/master
Browse files Browse the repository at this point in the history
Added openssl for git ssh support
  • Loading branch information
anweiss committed Jul 14, 2017
2 parents 44cae87 + bb08539 commit ede97f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM golang:1.8-alpine
RUN apk add --no-cache git
RUN apk add --no-cache git openssh
WORKDIR /go/src/github.com/opencontrol/compliance-masonry
ADD . .
RUN go install
Expand Down

0 comments on commit ede97f4

Please sign in to comment.