diff --git a/scripts/build.sh b/scripts/build.sh index 5d0059da0..cf9c3d3cf 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -26,6 +26,9 @@ if [ ! -z $PACKER_RACE ]; then PACKER_RACE="-race" fi +echo -e "${OK_COLOR}--> Installing dependencies to speed up builds...${NO_COLOR}" +go get ./... + # Compile the main Packer app echo -e "${OK_COLOR}--> Compiling Packer${NO_COLOR}" go build \