Closed ialbors closed 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!
Is it ok?
Good stuff! Thanks
It is necessary when building with docker.