grim/convey

Discard the output from wget

2017-09-12, Gary Kramlich
f86527406a8b
Discard the output from wget
FROM gliderlabs/alpine:edge
RUN set -ex && \
apk add --no-cache curl ca-certificates
COPY run.sh /
CMD ["/run.sh"]