Browse Source

test: add xxd dep to dockerfile

pull/271/head
Ethan Buchman 8 years ago
parent
commit
7f538266ea
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      test/docker/Dockerfile

+ 2
- 2
test/docker/Dockerfile View File

@ -1,10 +1,10 @@
# Pull base image.
FROM golang:1.6
# Grab deps (jq, hexdump)
# Grab deps (jq, hexdump, xxd)
RUN apt-get update && \
apt-get install -y --no-install-recommends \
jq bsdmainutils && \
jq bsdmainutils vim-common && \
rm -rf /var/lib/apt/lists/*
ENV TENDERMINT_ORG $GOPATH/src/github.com/tendermint/


Loading…
Cancel
Save