Skip to content

Commit

Permalink
Merge pull request hound-search#202 from dummey/master
Browse files Browse the repository at this point in the history
openssh seams to be missing
  • Loading branch information
kellegous committed Apr 12, 2016
2 parents 203bd0c + 1d6deda commit 205eb7d
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
Expand Up @@ -4,7 +4,7 @@ ENV GOPATH /go
COPY . /go/src/github.com/etsy/hound
ONBUILD COPY config.json /hound/
RUN apk update \
&& apk add go git subversion mercurial bzr \
&& apk add go git subversion mercurial bzr openssh \
&& go install github.com/etsy/hound/cmds/houndd \
&& apk del go \
&& rm -f /var/cache/apk/* \
Expand Down

0 comments on commit 205eb7d

Please sign in to comment.