From d63b3f0f464fbf3b5144777052fb8788a03caacd Mon Sep 17 00:00:00 2001 From: Vaughn Dice Date: Tue, 16 Feb 2016 09:56:44 -0700 Subject: [PATCH] feat(Dockerfile): add gox under go get section of Dockerfile --- rootfs/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rootfs/Dockerfile b/rootfs/Dockerfile index 8b8aff5..c594875 100644 --- a/rootfs/Dockerfile +++ b/rootfs/Dockerfile @@ -18,7 +18,8 @@ RUN wget https://github.com/Masterminds/glide/releases/download/0.8.3/glide-0.8. RUN go get -u -v \ github.com/golang/lint/golint \ github.com/onsi/ginkgo/ginkgo \ - github.com/pwaller/goupx + github.com/pwaller/goupx \ + github.com/mitchellh/gox WORKDIR /go