mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-08 14:21:14 +00:00
test/persist: wait for ports to be freed
This commit is contained in:
@@ -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!
|
||||
|
||||
Reference in New Issue
Block a user