Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Commit

Permalink
Merge pull request #14 from vdice/add-gox
Browse files Browse the repository at this point in the history
feat(Dockerfile): add gox under go get section
  • Loading branch information
vdice committed Feb 16, 2016
2 parents 2418739 + d63b3f0 commit 29cd097
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rootfs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 29cd097

Please sign in to comment.