We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2418739 + d63b3f0 commit 29cd097Copy full SHA for 29cd097
1 file changed
rootfs/Dockerfile
@@ -18,7 +18,8 @@ RUN wget https://github.com/Masterminds/glide/releases/download/0.8.3/glide-0.8.
18
RUN go get -u -v \
19
github.com/golang/lint/golint \
20
github.com/onsi/ginkgo/ginkgo \
21
- github.com/pwaller/goupx
+ github.com/pwaller/goupx \
22
+ github.com/mitchellh/gox
23
24
WORKDIR /go
25
0 commit comments