add jq to Dockerfile.dev [ci skip]
our integration tests require it
This commit is contained in:
parent
3747f23a25
commit
e225e9a191
|
@ -1,5 +1,7 @@
|
|||
FROM golang:latest
|
||||
|
||||
RUN apt-get update && apt-get install -y jq
|
||||
|
||||
RUN mkdir -p /go/src/github.com/tendermint/basecoin
|
||||
WORKDIR /go/src/github.com/tendermint/basecoin
|
||||
|
||||
|
|
Loading…
Reference in New Issue