Files
tendermint/test/Dockerfile
T

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