mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-13 18:50:11 -04:00
Merge pull request #1352 from sudharsh/master
Install gox during build time
This commit is contained in:
commit
0b192c90dd
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
|
@ -18,6 +18,7 @@ all: deps
|
|||
deps:
|
||||
@$(ECHO) "$(OK_COLOR)==> Installing dependencies$(NO_COLOR)"
|
||||
@go get -d -v ./...
|
||||
@go get github.com/mitchellh/gox
|
||||
@echo $(DEPS) | xargs -n1 go get -d
|
||||
|
||||
updatedeps:
|
||||
|
|
|
|||
Loading…
Reference in a new issue