grim/convey

Handle loader options for code build, actually use the image option. Refs #160
FROM gliderlabs/alpine:edge
COPY run.sh /
RUN apk add --no-cache gettext
ENTRYPOINT ["/run.sh"]