get_vendor_deps does not require all the tools

- remove revision cmd
- rename ensure_tools to tools
This commit is contained in:
Anton Kaliaev
2017-12-04 17:37:50 -06:00
parent 440d76647d
commit 76cccfaabd
2 changed files with 13 additions and 13 deletions

View File

@@ -17,6 +17,7 @@ WORKDIR $REPO
ADD glide.yaml glide.yaml
ADD glide.lock glide.lock
ADD Makefile Makefile
RUN make tools
RUN make get_vendor_deps
# Install the apps