Skip to content

Commit dee166a

Browse files
committed
feat(Dockerfile): add ginkgo CLI to the image
1 parent db611d3 commit dee166a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rootfs/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN wget https://github.com/Masterminds/glide/releases/download/0.8.1/glide-0.8.
1010
mv linux-amd64/glide /usr/local/bin/ && \
1111
rm -rf linux-amd64 glide-0.8.1-linux-amd64.tar.gz
1212

13-
RUN go get -u -v github.com/golang/lint/golint
13+
RUN go get -u -v github.com/golang/lint/golint github.com/onsi/ginkgo/ginkgo
1414

1515
WORKDIR /go
1616

0 commit comments

Comments
 (0)