Files
tendermint/test/Dockerfile

9 lines
113 B
Docker
Raw Normal View History

2016-07-23 12:48:30 -04:00
# Pull base image.
FROM golang:1.5
COPY test/test_libs.sh /
COPY glide.lock /glide.lock
ENV GLIDE /glide.lock