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

Commit

Permalink
feat(Dockerfile): add gox under go get section of Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Vaughn Dice committed Feb 16, 2016
1 parent 2418739 commit d63b3f0
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 d63b3f0

Please sign in to comment.