grim/convey

Discard the output from wget

2017-09-12, Gary Kramlich
f86527406a8b
Discard the output from wget
FROM golang:latest
COPY run.sh /
ENTRYPOINT ["/run.sh"]