grim/convey

Discard the output from wget

2017-09-12, Gary Kramlich
f86527406a8b
Discard the output from wget
FROM gliderlabs/alpine:edge
COPY run.sh /
RUN apk add --no-cache gettext
ENTRYPOINT ["/run.sh"]