Skip to content

Commit

Permalink
Added openssl for git ssh support
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Bruce committed Jul 6, 2017
1 parent 0329d7e commit bb08539
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 bb08539

Please sign in to comment.