mirror of
https://github.com/fluencelabs/tendermint
synced 2025-04-26 07:12:16 +00:00
test: add xxd dep to dockerfile
This commit is contained in:
parent
364932238a
commit
7f538266ea
@ -1,10 +1,10 @@
|
|||||||
# Pull base image.
|
# Pull base image.
|
||||||
FROM golang:1.6
|
FROM golang:1.6
|
||||||
|
|
||||||
# Grab deps (jq, hexdump)
|
# Grab deps (jq, hexdump, xxd)
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
apt-get install -y --no-install-recommends \
|
apt-get install -y --no-install-recommends \
|
||||||
jq bsdmainutils && \
|
jq bsdmainutils vim-common && \
|
||||||
rm -rf /var/lib/apt/lists/*
|
rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
ENV TENDERMINT_ORG $GOPATH/src/github.com/tendermint/
|
ENV TENDERMINT_ORG $GOPATH/src/github.com/tendermint/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user