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 b4a5864 commit af9bc4aCopy full SHA for af9bc4a
Dockerfile
@@ -1,8 +1,9 @@
1
-FROM golang
+FROM golang:alpine
2
3
COPY . /go/src/github.com/etsy/hound
4
ONBUILD COPY config.json /hound/
5
-RUN go-wrapper install github.com/etsy/hound/cmds/houndd
+RUN apk update && apk add git subversion mercurial bzr
6
+RUN go install github.com/etsy/hound/cmds/houndd
7
8
EXPOSE 6080
9
0 commit comments