Skip to content

Commit

Permalink
Also install go dep in prow-tests image (knative#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrcunha authored and google-prow-robot committed Jul 19, 2018
1 parent afba074 commit 7be111c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions images/prow-tests/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ RUN gcloud components install docker-credential-gcr
RUN docker-credential-gcr configure-docker
RUN apt-get install -y uuid-runtime # for uuidgen
RUN go get github.com/google/go-containerregistry/cmd/ko
RUN go get github.com/golang/dep/cmd/dep

# Add our scripts
ADD scripts/library.sh .
Expand Down

0 comments on commit 7be111c

Please sign in to comment.