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