Skip to content

Commit 29cd097

Browse files
committed
Merge pull request #14 from vdice/add-gox
feat(Dockerfile): add gox under go get section
2 parents 2418739 + d63b3f0 commit 29cd097

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

rootfs/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ RUN wget https://github.com/Masterminds/glide/releases/download/0.8.3/glide-0.8.
1818
RUN go get -u -v \
1919
github.com/golang/lint/golint \
2020
github.com/onsi/ginkgo/ginkgo \
21-
github.com/pwaller/goupx
21+
github.com/pwaller/goupx \
22+
github.com/mitchellh/gox
2223

2324
WORKDIR /go
2425

0 commit comments

Comments
 (0)