fabiofalci / sconsify

A spotify console application
https://fabiofalci.github.io/sconsify
Apache License 2.0
566 stars 26 forks source link

Get glide and install dependencies with glide install. #35

Closed ialbors closed 8 years ago

ialbors commented 8 years ago

It is necessary when building with docker.

fabiofalci commented 8 years ago

Good spot. I completely forgot about the docker build.

However can you please make 2 changes on your commit? The first is to move the go get github.com/Masterminds/glide to Dockefile because we don't to execute this every time we build.

The second one is use the quite flag in glide as we don't need to see all that output ever time: glide -q install too.

Thanks!

ialbors commented 8 years ago

Is it ok?

fabiofalci commented 8 years ago

Good stuff! Thanks