grim/convey

Handle loader options for code build, actually use the image option. Refs #160
FROM gliderlabs/alpine:edge
RUN set -ex && \
apk add --no-cache curl ca-certificates
COPY run.sh /
CMD ["/run.sh"]