We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 203bd0c commit 1d6dedaCopy full SHA for 1d6deda
Dockerfile
@@ -4,7 +4,7 @@ ENV GOPATH /go
4
COPY . /go/src/github.com/etsy/hound
5
ONBUILD COPY config.json /hound/
6
RUN apk update \
7
- && apk add go git subversion mercurial bzr \
+ && apk add go git subversion mercurial bzr openssh \
8
&& go install github.com/etsy/hound/cmds/houndd \
9
&& apk del go \
10
&& rm -f /var/cache/apk/* \
0 commit comments