mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-01 21:57:03 +00:00
9 lines
113 B
Docker
9 lines
113 B
Docker
# Pull base image.
|
|
FROM golang:1.5
|
|
|
|
COPY test/test_libs.sh /
|
|
COPY glide.lock /glide.lock
|
|
|
|
ENV GLIDE /glide.lock
|
|
|