Skip to content

Commit 1d6deda

Browse files
committed
openssh seams to be missing
Cloning into 'vcs-2db7dbdc56d69442a4c1efbe143ef24504efc4a1'... error: cannot run ssh: No such file or directory
1 parent 203bd0c commit 1d6deda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ENV GOPATH /go
44
COPY . /go/src/github.com/etsy/hound
55
ONBUILD COPY config.json /hound/
66
RUN apk update \
7-
&& apk add go git subversion mercurial bzr \
7+
&& apk add go git subversion mercurial bzr openssh \
88
&& go install github.com/etsy/hound/cmds/houndd \
99
&& apk del go \
1010
&& rm -f /var/cache/apk/* \

0 commit comments

Comments
 (0)