2
0
mirror of https://github.com/status-im/consul.git synced 2025-02-23 10:58:25 +00:00

14 lines
257 B
Plaintext
Raw Normal View History

FROM travisci/ci-garnet:packer-1512502276-986baf0
2020-03-23 13:35:35 -04:00
ENV GOLANG_VERSION 1.14.1
RUN mkdir -p /home/travis/go && chown -R travis /home/travis/go
ENV GOPATH /home/travis/go
USER travis
COPY flake.sh /usr/local/bin/flake.sh
2019-11-08 13:59:32 -05:00
ENTRYPOINT [ "bash", "flake.sh" ]