Removes windows in platforms because of https://github.com/mailgun/log/issues/10
This commit is contained in:
parent
9efabe2a65
commit
4ec6b06b8b
2 changed files with 4 additions and 2 deletions
|
@ -8,7 +8,6 @@ RUN go get github.com/BurntSushi/toml \
|
|||
RUN go get github.com/mailgun/oxy/forward \
|
||||
&& go get github.com/mailgun/oxy/roundrobin \
|
||||
&& go get github.com/mailgun/oxy/cbreaker \
|
||||
&& go get github.com/mailgun/log \
|
||||
&& go get github.com/mailgun/predicate
|
||||
RUN go get github.com/gorilla/handlers \
|
||||
&& go get github.com/gorilla/mux
|
||||
|
@ -24,6 +23,7 @@ RUN go get github.com/fsouza/go-dockerclient \
|
|||
&& go get github.com/gambol99/go-marathon
|
||||
RUN go get gopkg.in/fsnotify.v1 \
|
||||
&& go get gopkg.in/alecthomas/kingpin.v2
|
||||
RUN go get github.com/hashicorp/consul/api
|
||||
|
||||
WORKDIR /go/src/github.com/emilevauge/traefik
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue