1
0
Fork 0

Flatten dependencies

Deps for the integration suite are handled seperately, and not
flattend, as glide can't read the version info from docker/docker
This commit is contained in:
Ed Robinson 2016-11-17 18:56:07 +00:00 committed by Yves Peter
parent 0b78375211
commit d1e631a487
6 changed files with 589 additions and 71 deletions

View file

@ -21,6 +21,10 @@ WORKDIR /go/src/github.com/containous/traefik
COPY glide.yaml glide.yaml
COPY glide.lock glide.lock
RUN glide install
RUN glide install -v
COPY integration/glide.yaml integration/glide.yaml
COPY integration/glide.lock integration/glide.lock
RUN cd integration && glide install
COPY . /go/src/github.com/containous/traefik