grim/convey

Missed a bunch of updates on unit tests for the options update
FROM gliderlabs/alpine:edge
COPY run.sh /
RUN apk add --no-cache gettext
ENTRYPOINT ["/run.sh"]