add jq to Dockerfile.dev [ci skip]

our integration tests require it
This commit is contained in:
Anton Kaliaev 2017-06-23 12:12:31 +04:00
parent 3747f23a25
commit e225e9a191
No known key found for this signature in database
GPG Key ID: 7B6881D965918214
1 changed files with 2 additions and 0 deletions

View File

@ -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