Skip to content

Commit

Permalink
Added mockgen to base-ci-builder Docker image (#2574)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Roselander committed Mar 5, 2022
1 parent 2c6b76f commit 9cb3f5a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/base-images/base-ci-builder.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ RUN apk add --update --no-cache \
shellcheck

RUN wget -O- https://raw.githubusercontent.com/fossas/spectrometer/master/install.sh | sh

RUN go get github.com/golang/mock/mockgen

0 comments on commit 9cb3f5a

Please sign in to comment.