From 6a504de7cd8e0835a9b38c7a4a37b1e605639cb6 Mon Sep 17 00:00:00 2001 From: TAKAMI Torao Date: Thu, 16 Jul 2020 19:47:11 +0900 Subject: [PATCH] TEMP: make tendermint on localnet image --- networks/local/localnode/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/networks/local/localnode/Dockerfile b/networks/local/localnode/Dockerfile index 4aee97557..f4487ed48 100644 --- a/networks/local/localnode/Dockerfile +++ b/networks/local/localnode/Dockerfile @@ -3,7 +3,8 @@ MAINTAINER Greg Szabo RUN apk update && \ apk upgrade && \ - apk --no-cache add curl jq file gcc libc-dev build-base + apk add --update git curl jq file make gcc libc-dev build-base && make build +# apk --no-cache add curl jq file gcc libc-dev build-base VOLUME [ /tendermint ] WORKDIR /tendermint