github.com/pivotal-cf/go-pivnet/v6@v6.0.2/Dockerfile (about)

     1  FROM golang
     2  
     3  RUN apt autoremove python -y
     4  
     5  RUN apt-get update
     6  RUN apt-get install jq -y
     7  
     8  RUN go get -u github.com/onsi/ginkgo/ginkgo
     9  RUN go get -u github.com/onsi/gomega/...