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:
parent
0b78375211
commit
d1e631a487
6 changed files with 589 additions and 71 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue