test/persist: wait for ports to be freed

This commit is contained in:
Ethan Buchman
2017-03-03 14:00:51 -05:00
parent 7098e5c7eb
commit b13924701e
4 changed files with 56 additions and 31 deletions

View File

@ -4,7 +4,7 @@ FROM golang:1.7.4
# Grab deps (jq, hexdump, xxd, killall)
RUN apt-get update && \
apt-get install -y --no-install-recommends \
jq bsdmainutils vim-common psmisc
jq bsdmainutils vim-common psmisc netcat
# Setup tendermint repo with vendored dependencies
# but without code - docker caching prevents reinstall on code change!