Skip to content

Commit

Permalink
TEMP: make tendermint on localnet image
Browse files Browse the repository at this point in the history
  • Loading branch information
torao committed Jul 16, 2020
1 parent 642e48c commit 6a504de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion networks/local/localnode/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ MAINTAINER Greg Szabo <greg@tendermint.com>

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
Expand Down

0 comments on commit 6a504de

Please sign in to comment.