Skip to content

Commit a01c035

Browse files
authored
Merge pull request hound-search#237 from nickwinn/patch-1
Updates Dockerfile
2 parents 795d14a + 7fad470 commit a01c035

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
@@ -7,7 +7,7 @@ COPY . /go/src/github.com/etsy/hound
77
COPY default-config.json /data/config.json
88

99
RUN apk update \
10-
&& apk add go git subversion mercurial bzr openssh \
10+
&& apk add go git subversion libc-dev mercurial bzr openssh \
1111
&& go install github.com/etsy/hound/cmds/houndd \
1212
&& apk del go \
1313
&& rm -f /var/cache/apk/* \

0 commit comments

Comments
 (0)