mirror of
https://github.com/fluencelabs/tendermint
synced 2025-05-04 02:52:13 +00:00
add Dockerfile
This commit is contained in:
parent
26f661a5dd
commit
3af7c67757
13
Dockerfile
Normal file
13
Dockerfile
Normal file
@ -0,0 +1,13 @@
|
||||
FROM golang:latest
|
||||
|
||||
RUN curl https://glide.sh/get | sh
|
||||
|
||||
RUN mkdir -p /go/src/github.com/tendermint/go-p2p
|
||||
WORKDIR /go/src/github.com/tendermint/go-p2p
|
||||
|
||||
COPY glide.yaml /go/src/github.com/tendermint/go-p2p/
|
||||
COPY glide.lock /go/src/github.com/tendermint/go-p2p/
|
||||
|
||||
RUN glide install
|
||||
|
||||
COPY . /go/src/github.com/tendermint/go-p2p
|
Loading…
x
Reference in New Issue
Block a user