FROM golang:latest

RUN go get github.com/onsi/ginkgo/ginkgo
RUN go get github.com/onsi/gomega

